diff options
Diffstat (limited to 'ui-curses.c')
| -rw-r--r-- | ui-curses.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui-curses.c b/ui-curses.c index fd55705..c336067 100644 --- a/ui-curses.c +++ b/ui-curses.c @@ -570,6 +570,7 @@ static void ui_window_resize(UiCursesWin *win, int width, int height) { if (win->winside) wresize(win->winside, height-1, win->sidebar_width); view_resize(win->view, width - win->sidebar_width, win->winstatus ? height - 1 : height); + view_update(win->view); } static void ui_window_move(UiCursesWin *win, int x, int y) { |
