nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 5b17ef85e7567b75216018cb89d912f89bbc94ce
parent 3714e07d7bdd240413ee70922f017014db6a79c3
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Mon, 31 Jul 2006 23:28:27 +0000

revert erroneous change


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3830 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 2--
Msrc/winio.c | 6------
2 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -169,8 +169,6 @@ CVS code - - 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. (DLR) - - Translate KEY_EVENT to ERR if we get it, so that it's properly - ignored. (DLR) parse_escape_seq_kbinput() - Handle unknown and unignored escape sequences once here instead of twice in parse_kbinput(). (DLR) diff --git a/src/winio.c b/src/winio.c @@ -651,12 +651,6 @@ int parse_kbinput(WINDOW *win, bool *meta_key, bool *func_key) retval = ERR; break; #endif -#ifdef KEY_EVENT - /* Slang doesn't support KEY_EVENT. */ - case KEY_EVENT: - retval = ERR; - break; -#endif } /* If our result is an extended keypad value (i.e. a value