nano

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

commit bed32a370b704f7bf5a057ef3885149c5488bee3
parent f812e4f7d904a5602782b42f3fd8972ddb1ee4a6
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue,  7 Dec 2004 18:05:38 +0000

comment fix


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

Diffstat:
Msrc/nano.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/nano.c b/src/nano.c @@ -3557,8 +3557,8 @@ bool do_mouse(void) } #endif /* !DISABLE_MOUSE */ -/* The user typed kbinput_len characters. Add them to the edit - * buffer. */ +/* The user typed kbinput_len wide characters. Add them to the edit + * buffer as multibyte characters. */ void do_output(int *kbinput, size_t kbinput_len) { size_t i, current_len = strlen(current->data);