diff --git a/src/search.c b/src/search.c index 9058a4de..5b7d7b08 100644 --- a/src/search.c +++ b/src/search.c @@ -348,6 +348,7 @@ int findnextstr(const char *needle, bool whole_word_only, int modus, /* Wipe the "Searching..." message and unset the suppression flag. */ if (feedback > 0) { blank_statusbar(); + wrefresh(bottomwin); suppress_cursorpos = FALSE; }