]> git.wh0rd.org Git - nano.git/commit
New keybindings code and backend. New structs subnfunc for menu functions
authorChris Allegretta <chrisa@asty.org>
Wed, 5 Mar 2008 07:34:01 +0000 (07:34 +0000)
committerChris Allegretta <chrisa@asty.org>
Wed, 5 Mar 2008 07:34:01 +0000 (07:34 +0000)
commit79a33bb38d7ec6fd753761b4370f216dc6fcd24d
tree7e7fdad0313492418c682af9ea6bf07a164bc496
parent200f0c8c2cf60a080cbd12b0ec15d1616d0beb63
New keybindings code and backend. New structs subnfunc for menu functions
and toggles and sc for shortcut keys, old 'shortcut' and 'toggles' structs are
gone.  The current implementation has a bunch of broken stuff (some of which is
documented in BUGS).  Updated nanorc.5 with some mostly complete documentation
on configuring.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4215 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
12 files changed:
src/browser.c
src/files.c
src/global.c
src/help.c
src/nano.c
src/nano.h
src/prompt.c
src/proto.h
src/rcfile.c
src/search.c
src/text.c
src/winio.c