mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-05 17:36:32 +00:00
more efficient eraseLines
This commit is contained in:
@@ -648,7 +648,7 @@ pub fn eraseDisplay(self: *Window, mode: terminal.EraseDisplay) !void {
|
||||
}
|
||||
|
||||
pub fn eraseLine(self: *Window, mode: terminal.EraseLine) !void {
|
||||
try self.terminal.eraseLine(self.alloc, mode);
|
||||
try self.terminal.eraseLine(mode);
|
||||
}
|
||||
|
||||
pub fn deleteChars(self: *Window, count: usize) !void {
|
||||
|
Reference in New Issue
Block a user