From: Richard Kettlewell Date: Sat, 14 Jun 2008 19:23:05 +0000 (+0100) Subject: Typeahead find for Disobedience searching. This is implemented by X-Git-Tag: 5.0.3~7^2~15^2~13 X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/commitdiff_plain/a59663d4191472599e1e30f0faedba0355271a55?hp=a59663d4191472599e1e30f0faedba0355271a55 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. ---