diff --git a/src/ncurses.cc b/src/ncurses.cc index 53035345..f85eb408 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(); } }