]> git.wh0rd.org Git - nano.git/commit
change the behavior of Esc Esc [3-digit number from 000 to 255] so that
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 13 Jun 2005 17:26:19 +0000 (17:26 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 13 Jun 2005 17:26:19 +0000 (17:26 +0000)
commit399fe939f9ad8b090e8ceb3a98a280c1f3a8b062
tree611fd64a2ee7615152ac7b6b42ed079976f5970b
parent40c3cd1aa948da62faf2f174d0062aa2f040ba7e
change the behavior of Esc Esc [3-digit number from 000 to 255] so that
it enters the byte with that value regardless of whether we're in UTF-8
mode or not, and update the help text to mention this; this will allow
searching for and replacing raw bytes with their equivalent multibyte
sequences as entered using verbatim input

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