elinks
elinks copied to clipboard
find-next-back should also jump to the search term
I did a forward incremental search with search-typeahead-text on a page full of links. Pressing n jumps the cursor to the next link that was found to have the search term but pressing N just moves the page to show the previous match without jumping the cursor to the match. The reason I do not use search-typeahead/search-typeahead-link is I don't want pressing Enter to follow first search result.
Same problem with link numbering based jump if set document.browse.links.show_goto = 0. Cursor doesn't move to a link with smaller link number than current position.