diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/Zle/zle_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |