ncurses: refresh at the end of print_status so that the status is immediately visible
This commit is contained in:
parent
2cac18545e
commit
6a660f7e8f
|
@ -312,6 +312,7 @@ void NCursesClient::print_status(const String& status)
|
||||||
move(y-1, 0);
|
move(y-1, 0);
|
||||||
clrtoeol();
|
clrtoeol();
|
||||||
addstr(status.c_str());
|
addstr(status.c_str());
|
||||||
|
refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user