about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2005-02-23 16:29:56 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2005-02-23 16:29:56 +0000
commitc4a4c1340abeaedda251b90e99e4c9ae77880848 (patch)
tree99a79ccfa85571f23435d24c8152ccaf2454bbf6 /ChangeLog
parent0da7162ed6b2f7ae727fb7c69e52d3b52a872600 (diff)
downloadzsh-c4a4c1340abeaedda251b90e99e4c9ae77880848.tar.gz
zsh-c4a4c1340abeaedda251b90e99e4c9ae77880848.tar.xz
zsh-c4a4c1340abeaedda251b90e99e4c9ae77880848.zip
20857: rewrite zle_refresh to use wide characters.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bf9ad527..02d4d3448 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-02-23  Andrey Borzenkov  <bor@zsh.org>
+
+	* 20857 (modified): Src/Zle/zle.h, Src/Zle/zle_refresh.c: use
+	wide characters internally. This fixed cursor position with
+	multibyte characters bug without any significant code change.
+	Is still does not use character width information.
+
 2005-02-23  Peter Stephenson  <pws@csr.com>
 
 	* 20856: Src/Zle/complist.c: use VARARR for multibyte string.