]> git.wh0rd.org Git - nano.git/commit
add a bunch of key-related fixes: put Meta-( (Meta-9), Meta-) (Meta-0),
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 30 Sep 2004 22:07:21 +0000 (22:07 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 30 Sep 2004 22:07:21 +0000 (22:07 +0000)
commite5d8f32834d8a0afcc54dc88a2560996590f4c68
tree64964376bf6404e0b844f5adc881ecdf09180e87
parent47e82b1752a36b4bc657a014cc12a717f9293bcd
add a bunch of key-related fixes: put Meta-( (Meta-9), Meta-) (Meta-0),
and Meta-J back in the shortcut list since Meta-G is used in the file
browser and not as a toggle, tweak nanogetstr() and statusq() so that
resetstatuspos can be reduced to a static bool, change the names of some
keys to be more consistent, and add the ^R^X^X and ^W^T^T shortcuts
(note that the latter doesn't preserve the contents of the statusbar yet
when ^T is pressed at the "Go To Line" prompt), and add a few other
miscellaneous tweaks

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1954 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
TODO
src/cut.c
src/files.c
src/global.c
src/move.c
src/nano.c
src/nano.h
src/proto.h
src/search.c
src/winio.c