remove duplicate escape sequence-interpreting code
David Lawrence Ramsey authored
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3566 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
1320d292
Name Last commit Last update
..
.cvsignore Major package reorganization:
Makefile.am in src/Makefile.am, if we're uninstalling, remove the "rnano" symlink
browser.c handle statusbar blanking in one place instead of many, so that it
chars.c ignore unhandled meta key sequences and escape sequences, and indicate
color.c clarify another comment
cut.c handle prepending of wrapped text in one place instead of many, so that
files.c handle prepending of wrapped text in one place instead of many, so that
global.c in shortcut_init(), remove the "Go To Line" shortcut in the replace
help.c more cleanly ignore unhandled meta key sequences and escape sequences;
move.c handle prepending of wrapped text in one place instead of many, so that
nano.c in parse_kbinput(), if we get Escape followed by an escape sequence,
nano.h comment and formatting fixes
prompt.c in parse_kbinput(), if we get Escape followed by an escape sequence,
proto.h remove duplicate escape sequence-interpreting code
rcfile.c in parse_syntax(), don't generate an error if we find a duplicate syntax
search.c handle prepending of wrapped text in one place instead of many, so that
text.c per Benno Schulenberg's patch, fix the statusbar's not blanking properly
utils.c more comment fixes
winio.c remove duplicate escape sequence-interpreting code