1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 16:40:24 +02:00

16063: add transientrprompt option to remove right prompt from

display when accepting commands
This commit is contained in:
Geoff Wing 2001-10-24 07:00:49 +00:00
parent 14e13fb407
commit cc28002e54
5 changed files with 39 additions and 8 deletions

View file

@ -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)