commit 7ea39efdbd93e84a78e978411ac8964b83f093bd
parent d8974451f092872bb00b53eecb7988cda6b8b9d9
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Fri, 4 Jun 2004 22:36:42 +0000
document the functions that were removed when the input routines were
converted to use state machines
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1803 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -75,7 +75,8 @@ CVS code -
get_control_kbinput(), and get_untranslated_kbinput(); changes
to do_verbatim_input(), handle_sigwinch(), get_kbinput(),
get_ascii_kbinput(), get_escape_seq_kbinput(), and
- get_verbatim_kbinput(). (DLR)
+ get_verbatim_kbinput(); removal of get_ignored_kbinput() and
+ get_accepted_kbinput(). (DLR)
- Overhaul all the movement functions in order to avoid
redundant screen redraws (and regexec()s when color support is
available) whenever possible during ordinary cursor movement