mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 05:50:27 +00:00
index should return after handling bottom-most line in scroll region
This commit is contained in:
@@ -390,6 +390,8 @@ pub fn index(self: *Terminal) void {
|
||||
// TODO: test
|
||||
self.scrollUp(1);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
// Increase cursor by 1, maximum to bottom of scroll region
|
||||
|
||||
Reference in New Issue
Block a user