]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Centralise generation of the control sequences for arrow keys into a
authorSimon Tatham <anakin@pobox.com>
Sat, 6 Mar 2010 15:50:26 +0000 (15:50 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 6 Mar 2010 15:50:26 +0000 (15:50 +0000)
commit4d77b6567798e7a396b5fc2aa91c0e6068ac1ed0
tree75b153e04652fcdd5c83d9937a69ad78fbb36677
parentc347755f878cde793a260e2e422910ecc02c9a47
Centralise generation of the control sequences for arrow keys into a
function in terminal.c, and replace the cloned-and-hacked handling
code in all our front ends with calls to that.

This was intended for code cleanliness, but a side effect is to make
the GTK arrow-key handling support disabling of application cursor
key mode in the Features panel. Previously that checkbox was
accidentally ignored, and nobody seems to have noticed before!

[originally from svn r8896]
macosx/osxwin.m
putty.h
terminal.c
unix/gtkwin.c
windows/window.c