diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2014-08-07 09:26:09 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2014-08-07 09:26:09 -0700 |
commit | 6fc3b67b80c5bef6b1241657f7d1e5f55f6af1bf (patch) | |
tree | 6cbdb1cabecc04d7efc21187eae596fcc777c398 /ChangeLog | |
parent | c810a072e220914444b38b87aaee5ae40edb6466 (diff) | |
download | zsh-6fc3b67b80c5bef6b1241657f7d1e5f55f6af1bf.tar.gz zsh-6fc3b67b80c5bef6b1241657f7d1e5f55f6af1bf.tar.xz zsh-6fc3b67b80c5bef6b1241657f7d1e5f55f6af1bf.zip |
32971: negative argument with %(l..) and with %<< or %>> calculates space available before right margin
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index cceb5df50..e2f5dbcd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-08-07 Barton E. Schaefer <schaefer@zsh.org> + + * 32971 (plus doc tweak): Doc/Zsh/prompt.yo, Src/prompt.c: + negative argument with %(l..) conditional and with %<< or %>> + truncation calculates space available before right margin + (positive argument still counts space used since left margin). + 2014-08-04 Barton E. Schaefer <schaefer@brasslantern.com> * Miles Ohlrich: 32958: Src/Zle/compctl.c: bitwise logic fix |