mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-20 06:05:16 +00:00
Fix animations getting paused when switching to alternate screen and back
This commit is contained in:
parent
57888af4ea
commit
b59e42c9cc
1 changed files with 1 additions and 0 deletions
|
|
@ -960,6 +960,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;
|
||||
clear_selection(&self->selections);
|
||||
global_state.check_for_active_animated_images = true;
|
||||
}
|
||||
|
||||
void screen_normal_keypad_mode(Screen UNUSED *self) {} // Not implemented as this is handled by the GUI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue