1
1

search: don't wipe the status bar at startup when there was an error

Этот коммит содержится в:
Benno Schulenberg 2019-08-18 12:45:14 +02:00
родитель 2326bf695e
Коммит ed4b6486a1

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

@ -2631,7 +2631,7 @@ int main(int argc, char **argv)
if (!findnextstr(searchstring, FALSE, JUSTFIND, NULL, TRUE,
openfile->filetop, 0))
not_found_msg(searchstring);
else
else if (lastmessage == HUSH)
wipe_statusbar();
if (ISSET(USE_REGEXP))
tidy_up_after_search();