mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-05 09:26:32 +00:00
NEL next line
This commit is contained in:
@@ -678,6 +678,11 @@ pub fn index(self: *Window) !void {
|
||||
self.terminal.index();
|
||||
}
|
||||
|
||||
pub fn nextLine(self: *Window) !void {
|
||||
self.terminal.carriageReturn();
|
||||
self.terminal.index();
|
||||
}
|
||||
|
||||
pub fn setTopAndBottomMargin(self: *Window, top: u16, bot: u16) !void {
|
||||
self.terminal.setScrollingRegion(top, bot);
|
||||
}
|
||||
|
Reference in New Issue
Block a user