Merge pull request #567 from rockorager/dev

termio: reset mouse shape on terminal reset
This commit is contained in:
Mitchell Hashimoto
2023-09-27 19:13:55 -07:00
committed by GitHub

View File

@ -1680,6 +1680,7 @@ const StreamHandler = struct {
self: *StreamHandler, self: *StreamHandler,
) !void { ) !void {
self.terminal.fullReset(self.alloc); self.terminal.fullReset(self.alloc);
try self.setMouseShape(.default);
} }
pub fn queryKittyKeyboard(self: *StreamHandler) !void { pub fn queryKittyKeyboard(self: *StreamHandler) !void {