mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 17:24:50 +01:00
add ZLE_RPROMPT_INDENT to NEWS
This commit is contained in:
parent
977f9ff5c8
commit
f06851f50d
2 changed files with 8 additions and 0 deletions
|
@ -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
6
NEWS
|
@ -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
|
||||
-----------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue