mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 10:27:24 +00:00
Merge branch 'pr-fix-screen-switching' of https://github.com/sergei-grechanik/kitty
This commit is contained in:
commit
1f84e2d4e5
1 changed files with 1 additions and 0 deletions
|
|
@ -977,6 +977,7 @@ screen_toggle_screen_buffer(Screen *self, bool save_cursor, bool clear_alt_scree
|
|||
}
|
||||
screen_history_scroll(self, SCROLL_FULL, false);
|
||||
self->is_dirty = true;
|
||||
self->grman->layers_dirty = true;
|
||||
clear_selection(&self->selections);
|
||||
global_state.check_for_active_animated_images = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue