1
1

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: Avi Halachmi <avihpit@yahoo.com>
Этот коммит содержится в:
Benno Schulenberg 2017-04-17 10:26:37 +02:00
родитель 5a741a0205
Коммит b98545f455

Просмотреть файл

@ -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. */