mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 00:36:07 +03: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