mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-05 09:26:32 +00:00
setting and clearing tab stops
This commit is contained in:
@@ -773,3 +773,11 @@ pub fn setCursorStyle(
|
||||
pub fn decaln(self: *Window) !void {
|
||||
self.terminal.decaln();
|
||||
}
|
||||
|
||||
pub fn tabClear(self: *Window, cmd: terminal.TabClear) !void {
|
||||
self.terminal.tabClear(cmd);
|
||||
}
|
||||
|
||||
pub fn tabSet(self: *Window) !void {
|
||||
self.terminal.tabSet();
|
||||
}
|
||||
|
Reference in New Issue
Block a user