mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-22 04:33:22 +03:00
fix(terminal): reset kitty keyboard support when resetting terminal state
This commit is contained in:
parent
3eb2ae959a
commit
eadfe201e7
@ -1727,6 +1727,7 @@ impl Grid {
|
||||
self.mouse_tracking = MouseTracking::Off;
|
||||
self.focus_event_tracking = false;
|
||||
self.cursor_is_hidden = false;
|
||||
self.supports_kitty_keyboard_protocol = false;
|
||||
if let Some(images_to_reap) = self.sixel_grid.clear() {
|
||||
self.sixel_grid.reap_images(images_to_reap);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user