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

search: wipe reassuring feedback as soon as searching has finished

When there are no help lines, there won't be any call to update the
actual contents of the bottom window, so... do it immediately after
blanking the row.

This fixes https://savannah.gnu.org/bugs/?52377.
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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;
}
......
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