Typeahead find for Disobedience searching. This is implemented by
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 14 Jun 2008 19:23:05 +0000 (20:23 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 14 Jun 2008 19:23:05 +0000 (20:23 +0100)
commita59663d4191472599e1e30f0faedba0355271a55
treed3ae8f830b57d9532bf0449c8f64f18a3b59f73d
parent681103026e308772b67867c6a4fbac1f0692faa2
Typeahead find for Disobedience searching.  This is implemented by
hackily redirecting most keyboard events sent to the main view to the
search entry.

^F focuses it, which is probably wrong given you can type into it
anyway.  ^G moves to the next match, which is why ^F focusing is
wrong, because ^G breaks when you're focused on the search entry.

The next/prev buttons (and ^G) now loop when you reach the end.
disobedience/choose-search.c
disobedience/choose.c
disobedience/choose.h