diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Src/Zle/zle_main.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2839b1732..1b0049306 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-22 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 25723: Src/Zle/zle_main.c: align combining character when + retrieved from input stack. + 2008-09-22 Clint Adams <clint@zsh.org> * 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; |