Allow link activation from search result.
authorDaniel Carl <danielcarl@gmx.de>
Tue, 27 Sep 2016 22:29:27 +0000 (00:29 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Tue, 27 Sep 2016 22:29:27 +0000 (00:29 +0200)
commitff51de70107faf42b0ef0e3772acd0b7b01ae50b
treea212612056a70e3c31ccab3a7f3fec69357c085a
parent12d53b57e29807d619c114cdd0bef76bc96772a7
Allow link activation from search result.

When a search is performed and the current highlighted result is part of
a link, a click event is triggered on the link to open it. Currently
the click() is done by JavaScript on the element so that we can't
control if the target open in current window or in a new one.
src/command.c
src/normal.c