]> git.wh0rd.org Git - nano.git/commit
in parse_kbinput(), translate extended keypad keys to their ASCII
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 23 Jul 2006 17:25:38 +0000 (17:25 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 23 Jul 2006 17:25:38 +0000 (17:25 +0000)
commit19f3bd6546be8da0aec0e8b9fa5b321d098d84fe
tree9c837e7fa977765a29bf5f450b2c92337c64ac6b
parenta44ca78a50878bfd1b906d1b2c1c351ab328774f
in parse_kbinput(), translate extended keypad keys to their ASCII
equivalents even when we hit Escape once or twice before typing them,
for consistency; also, if they're defined, translate KEY_SUP into
NANO_PREVLINE_KEY and KEY_SDOWN into NANO_NEXTLINE_KEY, since they are
sometimes generated by Shift-Up and Shift-Down

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3806 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/winio.c