Allow game backends to use even special keystrokes such as N and Q;
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 3 Jul 2005 11:45:49 +0000 (11:45 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 3 Jul 2005 11:45:49 +0000 (11:45 +0000)
commit4c692867911ca67863d00f8538ce4b7d6928779e
tree8c7556cd00e18bfa8af09ea536fa8202aa2e7bb2
parent28b5987d5dbdcb396c07b937a638590e5361361e
Allow game backends to use even special keystrokes such as N and Q;
they will only be processed as special by the midend if unwanted by
the backend. This causes 5x5 Solo to become just about playable,
because you can now click in a square and type `n'. However, typing
`n' when a square is not selected will revert to the normal
behaviour of starting a new game.

(This isn't particularly ideal, I know, but it's better than
nothing.)

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@6048 cda61777-01e9-0310-a592-d414129be87e
midend.c