summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2013-12-20 22:09:32 +0100
committerAxel Beckert <abe@deuxchevaux.org>2013-12-20 22:09:32 +0100
commit59152a34666d43575fe2f0bb7c11ef285c9be51f (patch)
tree54ae214efb56706c0e2c647b65dfcad3828d690e /NEWS
parent3e96d261c83af40534acbf79c5d236ecf38af9fe (diff)
parent58614f16693a741396840fbb3db0f9ba1e53cfcb (diff)
downloadzsh-59152a34666d43575fe2f0bb7c11ef285c9be51f.tar.gz
zsh-59152a34666d43575fe2f0bb7c11ef285c9be51f.zip
New upstream release
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
-----------------------------