]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 7 Dec 2004 18:05:38 +0000 (18:05 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 7 Dec 2004 18:05:38 +0000 (18:05 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2172 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/nano.c

index 8764b627886b391bdf5bcec28405bc0d6a7eeb56..f0517d2b6052c3c4a9ea556632189de64851cf2b 100644 (file)
@@ -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);