Clear input after load commited during search.
authorDaniel Carl <danielcarl@gmx.de>
Fri, 21 Apr 2017 09:05:05 +0000 (11:05 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Fri, 21 Apr 2017 09:05:05 +0000 (11:05 +0200)
commit17556517c68e070d6680de4a5cbf9b4d410aadda
tree10c1a6900b92af4210b002c397353634dff29924
parent0035771d5a174e6d96bf1b1c66fde4813fcd6135
Clear input after load commited during search.

If a new page is opened during search, the search string was still
present in the input box even if the searching is paused in this case.
So now clear the input box and stop searching in case of a new page
load.
src/command.c
src/main.c