about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2013-12-16 22:17:43 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2013-12-16 22:17:43 +0000
commitf06851f50d78b17a45159976aa167682ffdb87c2 (patch)
tree25089d70dfb304103c6fd3a007a5ab08b73bb7ec /NEWS
parent977f9ff5c8137b76fea8e93498086525af460cc5 (diff)
downloadzsh-f06851f50d78b17a45159976aa167682ffdb87c2.tar.gz
zsh-f06851f50d78b17a45159976aa167682ffdb87c2.tar.xz
zsh-f06851f50d78b17a45159976aa167682ffdb87c2.zip
add ZLE_RPROMPT_INDENT to NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4d0af22f9..e4d747e01 100644
--- a/NEWS
+++ b/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
 -----------------------------