]> git.wh0rd.org Git - nano.git/commit
miscellaneous fixes for the buffered inout and output routines and their
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 6 Dec 2004 04:14:42 +0000 (04:14 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 6 Dec 2004 04:14:42 +0000 (04:14 +0000)
commit95a0224820acac66c4ae379101cb73841f0bbf25
tree61f20719eaf66ae4be0fa792dc02b1911768ee8c
parenteb711b034b4bdaf517a44f7051e6bd6147bdf592
miscellaneous fixes for the buffered inout and output routines and their
associated UTF-8 handling: have unget_input() filter out invalid wide
characters, put back the result of a word sequence instead of returning
it directly, don't erroneously filter out keystrokes if they're neither
extended keypad values nor ASCII characters, and add a few comment
tweaks

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2166 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
src/nano.c
src/winio.c