diff --git a/src/winio.c b/src/winio.c index fe31b9d1..381a1b96 100644 --- a/src/winio.c +++ b/src/winio.c @@ -2078,6 +2078,7 @@ void titlebar(const char *path) wattroff(topwin, interface_color_pair[TITLE_BAR]); wnoutrefresh(topwin); + doupdate(); } /* Display a normal message on the statusbar, quietly. */