mirror of
https://github.com/irssi/irssi.git
synced 2026-08-13 05:32:11 +02:00
Merge pull request #1387 from ailin-nemui/textbufferview
Textbufferview
(cherry picked from commit 783dd37533)
This commit is contained in:
parent
3404d822c8
commit
f17fb68257
3 changed files with 37 additions and 24 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