about summary refs log tree commit diff
path: root/Src/Zle/zle_main.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-02-25 15:10:01 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-02-25 15:10:01 +0000
commitf7ceca4fec16666c16be3f5a68feb9e4b9aeb667 (patch)
tree31defcf0efc43f1fbe7797151da1d1244cb6b139 /Src/Zle/zle_main.c
parentc7eb5a72f182af5caa04ed83c5b2b680884b7650 (diff)
downloadzsh-f7ceca4fec16666c16be3f5a68feb9e4b9aeb667.tar.gz
zsh-f7ceca4fec16666c16be3f5a68feb9e4b9aeb667.tar.xz
zsh-f7ceca4fec16666c16be3f5a68feb9e4b9aeb667.zip
20869: more small Unicode tweaks
Diffstat (limited to 'Src/Zle/zle_main.c')
-rw-r--r--Src/Zle/zle_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/Zle/zle_main.c b/Src/Zle/zle_main.c
index 1333e5f75..eec547712 100644
--- a/Src/Zle/zle_main.c
+++ b/Src/Zle/zle_main.c
@@ -702,8 +702,8 @@ getbyte(int keytmout)
 	ret = STOUC(cc);
     }
     /*
-     * TODO: if vichgbuf is to be characters instead of a multibyte
-     * string the following needs moving to getfullchar().
+     * vichgbuf is raw bytes, not wide characters, so is dealt
+     * with here.
      */
     if (vichgflag) {
 	if (vichgbufptr == vichgbufsz)