1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-27 01:25:34 +00:00

alert when moving to the next match of a failed search

This commit is contained in:
sgerwk 2021-03-03 09:33:21 +01:00 committed by Witold Filipczyk
parent 9511d1cfeb
commit e901b337f8

View File

@ -1323,6 +1323,7 @@ move_search_do(struct session *ses, struct document_view *doc_view, int directio
&doc_view->document->number_of_search_points, utf8);
if (error == FIND_ERROR_NOT_FOUND) {
print_find_error(ses, error);
return FRAME_EVENT_OK;
}
}