summaryrefslogtreecommitdiff
path: root/Doc/Zsh
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 /Doc/Zsh
parent3e96d261c83af40534acbf79c5d236ecf38af9fe (diff)
parent58614f16693a741396840fbb3db0f9ba1e53cfcb (diff)
downloadzsh-59152a34666d43575fe2f0bb7c11ef285c9be51f.tar.gz
zsh-59152a34666d43575fe2f0bb7c11ef285c9be51f.zip
New upstream release
Diffstat (limited to 'Doc/Zsh')
-rw-r--r--Doc/Zsh/params.yo13
1 files changed, 13 insertions, 0 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index 9d951bb38..935fd5d86 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -1547,4 +1547,17 @@ See the completion system documentation in
ifzman(zmanref(zshcompsys))\
ifnzman(noderef(Completion System)).
)
+vindex(ZLE_RPROMPT_INDENT)
+item(tt(ZLE_RPROMPT_INDENT <S>))(
+If set, used to give the indentation between the right hand side of
+the right prompt in the line editor as given by tt(RPS1) or tt(RPROMPT)
+and the right hand side of the screen. If not set, the value 1 is used.
+
+Typically this will be used to set the value to 0 so that the prompt
+appears flush with the right hand side of the screen. This is not the
+default as many terminals do not handle this correctly, in particular
+when the prompt appears at the extreme bottom right of the screen.
+Recent virtual terminals are more likely to handle this case correctly.
+Some experimentation is necessary.
+)
enditem()