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)
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.


No differences found