mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03:00
Merge pull request #567 from rockorager/dev
termio: reset mouse shape on terminal reset
This commit is contained in:
@ -1680,6 +1680,7 @@ const StreamHandler = struct {
|
||||
self: *StreamHandler,
|
||||
) !void {
|
||||
self.terminal.fullReset(self.alloc);
|
||||
try self.setMouseShape(.default);
|
||||
}
|
||||
|
||||
pub fn queryKittyKeyboard(self: *StreamHandler) !void {
|
||||
|
Reference in New Issue
Block a user