]> asedeno.scripts.mit.edu Git - PuTTY_svn.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)
commit5842367f4d68d90c6e7b706a04c338941e76abd7
tree75b153e04652fcdd5c83d9937a69ad78fbb36677
parent8430e6c639e2b251ad2a9dceb8d09bc75a2bbc63
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!

git-svn-id: http://svn.tartarus.org/sgt/putty@8896 cda61777-01e9-0310-a592-d414129be87e
macosx/osxwin.m
putty.h
terminal.c
unix/gtkwin.c
windows/window.c