nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit c41285fb0b8fc5c42dacc1509469e2d0bf8153fc
parent 9c3edc026b01483c3eb33847b9c5b5fd6dc8a51c
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sat,  4 Dec 2004 21:09:35 +0000

fix entry


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

Diffstat:
MChangeLog | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -38,9 +38,9 @@ CVS code - character input and output, and double-Escape/verbatim input of double-byte Unicode characters instead of single-byte ASCII characters. New functions do_input(), do_mouse(), - do_output(), get_buffer(), get_buffer_len(), buffer_to_keys(), - unget_input(), get_input(), parse_kbinput(), and - parse_verbatim_kbinput(); new macro charcpy(); changes to + do_output(), is_byte_char(), get_buffer(), get_buffer_len(), + buffer_to_keys(), unget_input(), get_input(), parse_kbinput(), + and parse_verbatim_kbinput(); new macro charcpy(); changes to do_char() (renamed to do_output()), get_edit_input() (renamed to do_input() and moved to nano.c), get_edit_mouse() (renamed do_mouse() and moved to nano.c), do_verbatim_input(),