diff --git a/src/search.c b/src/search.c
index 9058a4de6c7cda65ceb8a7ccbd955bc0570c4570..5b7d7b0860686af468f0cd1f3b0b1b7439dc3ddd 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;
     }