Commit b98545f4 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

display: push the titlebar to the screen as soon as it has been drawn

To avoid an ncurses hiccup (miscoloring) when running on musl.

This fixes https://savannah.gnu.org/bugs/?50787

.
Reported-by: default avatarAvi Halachmi <avihpit@yahoo.com>
parent 5a741a02
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment