Merge branch 'pr-fix-screen-switching' of https://github.com/sergei-grechanik/kitty

This commit is contained in:
Kovid Goyal
2023-02-21 10:20:32 +05:30

View File

@@ -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;
}