diff --git a/src/ncurses.cc b/src/ncurses.cc index 53035345f..f85eb408c 100644 --- a/src/ncurses.cc +++ b/src/ncurses.cc @@ -312,6 +312,7 @@ void NCursesClient::print_status(const String& status) move(y-1, 0); clrtoeol(); addstr(status.c_str()); + refresh(); } }