mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Merge pull request #101 from sgerwk/master
alert when moving to the next match of a failed search
This commit is contained in:
commit
ce99b8889c
@ -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);
|
&doc_view->document->number_of_search_points, utf8);
|
||||||
|
|
||||||
if (error == FIND_ERROR_NOT_FOUND) {
|
if (error == FIND_ERROR_NOT_FOUND) {
|
||||||
|
print_find_error(ses, error);
|
||||||
return FRAME_EVENT_OK;
|
return FRAME_EVENT_OK;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user