1
0
Fork 0

fix scrollback redraw not updating linecount

This commit is contained in:
Ailin Nemui 2022-06-13 00:14:35 +02:00
parent 68823eb6af
commit ae8ec99d5c
1 changed files with 1 additions and 0 deletions

View File

@ -393,6 +393,7 @@ static void cmd_scrollback_redraw(void)
term_refresh_freeze();
textbuffer_view_reset_cache(gui->view);
textbuffer_view_resize(gui->view, gui->view->width, gui->view->height);
gui_window_redraw(active_win);
term_refresh_thaw();
}