fix(terminal): reset kitty keyboard support when resetting terminal state (#3760)
This commit is contained in:
parent
5a75f2b6ad
commit
a994bd49dc
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue