chiark / gitweb /
Jonas Koelker points out that the backspace key didn't work in GTK
authorSimon Tatham <anakin@pobox.com>
Sun, 20 Dec 2009 10:01:57 +0000 (10:01 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 20 Dec 2009 10:01:57 +0000 (10:01 +0000)
commit2bdabe31cf42b34f8d7bb6015c383482cfb5d068
tree3ad1cc865a62b3700838a27077b862f262138d16
parent8628a0630c16bc01c1370a6cb15412dd27c33332
Jonas Koelker points out that the backspace key didn't work in GTK
Guess, because Guess expected ^H whereas GTK generated ^?. Other
puzzles that use Backspace do it by being prepared to see either,
which seems wasteful. Now the midend normalises both into ^H, so
front ends can generate whichever they like while puzzles can
safely just look for ^H.

[originally from svn r8786]
filling.c
midend.c
solo.c
unequal.c