diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2002-01-31 14:44:06 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2002-01-31 14:44:06 +0000 |
commit | 5d11abfa3bf4f3a133f654c730cde752939376a1 (patch) | |
tree | 25df99e59450c832a708cb3ca9b46df546f466e7 /Doc/Zsh | |
parent | b1dadd97d34d5e7b4cde3626887bf3f0099ef4ce (diff) | |
download | zsh-5d11abfa3bf4f3a133f654c730cde752939376a1.tar.gz zsh-5d11abfa3bf4f3a133f654c730cde752939376a1.tar.xz zsh-5d11abfa3bf4f3a133f654c730cde752939376a1.zip |
16492: add RPROMPT2 variable for right prompts in multi-line commands
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/params.yo | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index 9c17117a3..fb83863a1 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -966,6 +966,15 @@ when the primary prompt is being displayed on the left. This does not work if the tt(SINGLELINEZLE) option is set. It is expanded in the same way as tt(PS1). ) +vindex(RPROMPT2) +xitem(tt(RPROMPT2) <S>) +vindex(RPS2) +item(tt(RPS2) <S>)( +This prompt is displayed on the right-hand side of the screen +when the secondary prompt is being displayed on the left. +This does not work if the tt(SINGLELINEZLE) option is set. +It is expanded in the same way as tt(PS2). +) vindex(SAVEHIST) item(tt(SAVEHIST))( The maximum number of history events to save in the history file. |