diff options
author | Geoff Wing <gcw@users.sourceforge.net> | 2001-10-24 07:00:49 +0000 |
---|---|---|
committer | Geoff Wing <gcw@users.sourceforge.net> | 2001-10-24 07:00:49 +0000 |
commit | cc28002e5411af5c33a6d91c5edcf1860cc2dcf6 (patch) | |
tree | 135bf74fb1f6172494e496b60b7b1a47e965c545 /Doc/Zsh | |
parent | 14e13fb40743e069e45b0790f206f14b5f8a887a (diff) | |
download | zsh-cc28002e5411af5c33a6d91c5edcf1860cc2dcf6.tar.gz zsh-cc28002e5411af5c33a6d91c5edcf1860cc2dcf6.tar.xz zsh-cc28002e5411af5c33a6d91c5edcf1860cc2dcf6.zip |
16063: add transientrprompt option to remove right prompt from
display when accepting commands
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/options.yo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 72de9e8d3..d880ebb4a 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -1153,6 +1153,11 @@ of backquotes on the line, ignore the trailing backquote. This is useful on some keyboards where the return key is too small, and the backquote key lies annoyingly close to it. ) +pindex(TRANSIENT_RPROMPT) +item(tt(TRANSIENT_RPROMPT))( +Remove any right prompt from display when accepting a command +line. This may be useful with terminals with other cut/paste methods. +) pindex(UNSET) cindex(parameters, substituting unset) cindex(unset parameters, substituting) |