Code

screen_search: call do_search() on CMD_SCREEN_UPDATE
authorMax Kellermann <max@duempel.org>
Fri, 2 Oct 2009 17:19:06 +0000 (19:19 +0200)
committerMax Kellermann <max@duempel.org>
Fri, 2 Oct 2009 17:19:06 +0000 (19:19 +0200)
commit240596a68600085f4d49271094525f66d0b39fd9
tree4d3251d0120186693326870408599447f1395b31
parent72a7278e549ec96d91888327ef4ce20820dbb72e
screen_search: call do_search() on CMD_SCREEN_UPDATE

The old code just called filelist_search(), which is the simple
search.  This could not reload the "advanced" search result.
src/screen_search.c