mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-02 11:32:39 +00:00
hook up delete lines
This commit is contained in:
@@ -561,6 +561,10 @@ pub fn eraseChars(self: *Window, count: usize) !void {
|
||||
try self.terminal.eraseChars(count);
|
||||
}
|
||||
|
||||
pub fn deleteLines(self: *Window, count: usize) !void {
|
||||
self.terminal.deleteLines(self.alloc, count);
|
||||
}
|
||||
|
||||
pub fn reverseIndex(self: *Window) !void {
|
||||
try self.terminal.reverseIndex(self.alloc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user