]> git.wh0rd.org Git - nano.git/commit
another low-level input overhaul: split out low-level mouse input,
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 28 Nov 2003 19:47:42 +0000 (19:47 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 28 Nov 2003 19:47:42 +0000 (19:47 +0000)
commita593f538dd91501c1aca711fbd42afe73ccf20dc
treeba77cdc348d1883727c718cf5406cb3d0d0c0b5d
parent45cfbece4c8da93dca352970b865e608cd1574d5
another low-level input overhaul: split out low-level mouse input,
remove references to ncurses key values from the global shortcut list
and restructure it to specify function key values when needed, hook up
verbatim input to the edit window, and do a few miscellaneous cleanups

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