diff --git a/src/ncurses.cc b/src/ncurses.cc index c9dd6bde..954246c3 100644 --- a/src/ncurses.cc +++ b/src/ncurses.cc @@ -142,6 +142,7 @@ void NCursesClient::draw_window(Window& window) move(max_y, max_x - (int)status_line.length()); addstr(status_line.c_str()); last_status_length = (int)status_line.length(); + refresh(); } Key NCursesClient::get_key()