]> git.wh0rd.org Git - nano.git/commit
various input/output fixes: allow normal typing of high-bit control
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 27 May 2006 17:39:19 +0000 (17:39 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 27 May 2006 17:39:19 +0000 (17:39 +0000)
commit6fb6689f0fbdc7ad55982b0554eb4050080793e2
tree35db8dbc83eb345b560a4769bedef5f264125000
parenta7ca9008bcd40e62d4510f086ff6ad0fd2ea5ceb
various input/output fixes: allow normal typing of high-bit control
characters, as Pico does; in do_verbatim_input(), unconditionally blank
the statusbar as soon as we're finished getting input; and in
parse_verbatim_kbinput(), don't include the ability to enter a Unicode
sequence via verbatim input mode if ENABLE_UTF8 isn't defined

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3584 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/nano.c
src/prompt.c
src/proto.h
src/text.c
src/winio.c