1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-12 10:36:17 +02:00

add ZLE_RPROMPT_INDENT to NEWS

This commit is contained in:
Peter Stephenson 2013-12-16 22:17:43 +00:00
parent 977f9ff5c8
commit f06851f50d
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2013-12-16 Peter Stephenson <p.w.stephenson@ntlworld.com>
* unposted: NEWS: add ZLE_PROMPT_INDENT.
* Patrick Oscity + pws: 32114: Doc/Zsh/params.yo,
Src/Zle/zle_refresh.c, Src/Zle/zle_tricky.c: ZLE_RPROMPT_INDENT
allows you to make the right prompt flush if your terminal

6
NEWS
View File

@ -53,6 +53,12 @@ file at file write time. This differs from history changes made in
the zshaddhistory hook or by the HIST_IGNORE_* options, all of which
take effect immediately on the internal history list itself.
The parameter ZLE_RPROMPT_INDENT can be set to 0 to remove the space
between the right hand side of the screen (this causes problems with
some terminals). It is not special and is not set by default; the
effect in that case is as if it was 1, as in previous versions.
Changes between 4.2 and 5.0.0
-----------------------------