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 --- Src/Zle/zle_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Src') 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