mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-05 17:36:32 +00:00
implement VT
This commit is contained in:
@@ -642,7 +642,6 @@ pub fn setCursorRow(self: *Window, row: u16) !void {
|
||||
}
|
||||
|
||||
pub fn setCursorPos(self: *Window, row: u16, col: u16) !void {
|
||||
if (self.terminal.mode_origin) unreachable; // TODO
|
||||
self.terminal.setCursorPos(row, col);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user