Tartarus CVS: putty: simon

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Mon, 28 Oct 2002 17:34:47 +0000


CVS Root:       /home/cvs
Module:         putty
Changes by:     simon
Date:           Mon Oct 28 2002  17:34:47 GMT

Log message:
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.

Modified files:
    unix            : pterm.c

Links:
http://cvs.tartarus.org//putty/unix/pterm.c.diff?r1=1.63&r2=1.64