]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix Alt+numberpad in pterm. For a start, there was a bug whereby if
authorSimon Tatham <anakin@pobox.com>
Mon, 28 Oct 2002 17:34:45 +0000 (17:34 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 28 Oct 2002 17:34:45 +0000 (17:34 +0000)
commit963742fd4e4bdb283b481eb6d094d02531dc94e9
treed06b0d71868581e8c31adccea11130b73916a05f
parentac545e053005b2a08455c7a45d4d24f34d74a300
Fix Alt+numberpad in pterm. For a start, there was a bug whereby if
a pterm came up while Alt was down, then releasing it would cause a
^@ to be generated. Also, though, I've decided that Alt plus a
single numberpad key should not generate a low-numbered control
code, because that's too easy to do by mistake and the codes are too
powerful. Anyone who really _wants_ to create a ^C or ^D from the
numberpad can do Alt-03 or Alt-04 easily enough; two-digit codes and
more such as Alt-65 are unaffected.

[originally from svn r2153]
unix/pterm.c