From: David Lawrence Ramsey Date: Tue, 7 Dec 2004 18:05:38 +0000 (+0000) Subject: comment fix X-Git-Tag: v1.3.6~230 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=bed32a370b704f7bf5a057ef3885149c5488bee3;p=nano.git comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2172 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/nano.c b/src/nano.c index 8764b627..f0517d2b 100644 --- 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);