mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-05 09:26:32 +00:00
fixing more bugs
This commit is contained in:
@@ -664,7 +664,7 @@ pub fn insertLines(self: *Window, count: usize) !void {
|
||||
}
|
||||
|
||||
pub fn deleteLines(self: *Window, count: usize) !void {
|
||||
self.terminal.deleteLines(self.alloc, count);
|
||||
self.terminal.deleteLines(count);
|
||||
}
|
||||
|
||||
pub fn reverseIndex(self: *Window) !void {
|
||||
|
Reference in New Issue
Block a user