]> git.wh0rd.org Git - nano.git/commit
the last of the low-level input overhaul: make the global shortcut list
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 24 Dec 2003 03:33:09 +0000 (03:33 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 24 Dec 2003 03:33:09 +0000 (03:33 +0000)
commitf42769440048dbd40666298a28169cccf3859840
tree619399c77f30f34c6cc59284e880160829a546f2
parent18394ac6211c797d74aa4ef45e366ad839d4bcaa
the last of the low-level input overhaul: make the global shortcut list
use NANO_NO_KEY to represent no key value, add the NANO_HISTORY_KEY
sentinel value, add support for many more escape sequences for those
terminals that generate them, add DB's extensibility tweaks to
do_yesno(), make ASCII 128 act like Backspace when -d is used, add
various cleanups to the low-level input functions, and make the last of
the low-level input routines use the new low-level input functions

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1599 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
doc/nanorc.sample
src/files.c
src/global.c
src/nano.c
src/nano.h
src/proto.h
src/search.c
src/winio.c