mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
fix scrollback redraw not updating linecount
This commit is contained in:
parent
68823eb6af
commit
ae8ec99d5c
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue