diff --git a/src/winio.c b/src/winio.c index fe31b9d1042832f3de6ab0474c3c8576b1cdbdf4..381a1b963fc8aff54751c476da5bd2ddb058e1e7 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. */