[EMAIL PROTECTED] (Lars Bjørndal) writes: > So what about implement a sort of virtual link where the search result > are displayed, that tracks the cursor onto that location? If that was > possible, I would find the result immediately, as the braille display > which I use, always displays the line which contains the cursor as the > cursor moves.
ELinks already supports moving the cursor to places where there is no link: in the main keymap, you can bind e.g. move-cursor-down to a key. So the search code could just use that feature, instead of making a virtual link. It seems this would go somewhere in find_next_do, but I don't really understand the code, so no patch this time. _______________________________________________ elinks-users mailing list [email protected] http://linuxfromscratch.org/mailman/listinfo/elinks-users
