From 9ae36771fe34d764aa63d0ca65bae1e3970af4fd Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 22 Sep 2008 18:37:49 +0000 Subject: 25723: align combining character when popped from input stack --- ChangeLog | 5 +++++ Src/Zle/zle_main.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2839b1732..1b0049306 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-22 Peter Stephenson + + * 25723: Src/Zle/zle_main.c: align combining character when + retrieved from input stack. + 2008-09-22 Clint Adams * 25721: Src/exec.c: revert another mistake of 25701. diff --git a/Src/Zle/zle_main.c b/Src/Zle/zle_main.c index dc6e07f2b..9e2edb956 100644 --- a/Src/Zle/zle_main.c +++ b/Src/Zle/zle_main.c @@ -1173,6 +1173,7 @@ zleread(char **lp, char **rp, int flags, int context) stackcs = -1; if (zlecs > zlell) zlecs = zlell; + CCLEFT(); } if (stackhist != -1) { histline = stackhist; -- cgit 1.4.1