mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
termio: NEL is index then CR
This commit is contained in:
@ -1389,8 +1389,8 @@ const StreamHandler = struct {
|
||||
}
|
||||
|
||||
pub fn nextLine(self: *StreamHandler) !void {
|
||||
self.terminal.carriageReturn();
|
||||
try self.terminal.index();
|
||||
self.terminal.carriageReturn();
|
||||
}
|
||||
|
||||
pub fn setTopAndBottomMargin(self: *StreamHandler, top: u16, bot: u16) !void {
|
||||
|
Reference in New Issue
Block a user