mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-05 17:36:32 +00:00
save and restore cursor
This commit is contained in:
@@ -781,3 +781,11 @@ pub fn tabClear(self: *Window, cmd: terminal.TabClear) !void {
|
||||
pub fn tabSet(self: *Window) !void {
|
||||
self.terminal.tabSet();
|
||||
}
|
||||
|
||||
pub fn saveCursor(self: *Window) !void {
|
||||
self.terminal.saveCursor();
|
||||
}
|
||||
|
||||
pub fn restoreCursor(self: *Window) !void {
|
||||
self.terminal.restoreCursor();
|
||||
}
|
||||
|
Reference in New Issue
Block a user