diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2013-10-03 15:59:52 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2013-10-03 15:59:52 -0700 |
commit | 75fdec17b1ed7e4b3ede4b995003175b885d5f6d (patch) | |
tree | fb38e95b3346406477c604ff92ff43a3634fb6fe /ChangeLog | |
parent | ea30fdaf25ad11ca727d3708bdd47b0f90d9ff68 (diff) | |
download | zsh-75fdec17b1ed7e4b3ede4b995003175b885d5f6d.tar.gz zsh-75fdec17b1ed7e4b3ede4b995003175b885d5f6d.tar.xz zsh-75fdec17b1ed7e4b3ede4b995003175b885d5f6d.zip |
31784: better line width calculation for completion listings
When deciding whether there is enough horizontal space to show completion descriptions for each match in a listing, treat the separator as part of the description rather than as part of the match, and account for lines that have already wrapped due to very long matches.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9ec3bc581..bd37e0a2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2013-10-03 Barton E. Schaefer <schaefer@zsh.org> + * 31784: Src/Zle/computil.c: when deciding whether there is enough + horizontal space to show completion descriptions for each match in + a listing, treat the separator as part of the description rather + than as part of the match, and account for lines that have already + wrapped due to very long matches. + * 31781: Src/Zle/computil.c: "compdescribe -i" must clear the completion list column padding width along with the rest of the description state. Cf. 31782. |