1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-29 05:21:00 +01: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

@ -1439,6 +1439,7 @@ enum {
SINGLECOMMAND,
SINGLELINEZLE,
SUNKEYBOARDHACK,
TRANSIENTRPROMPT,
UNSET,
VERBOSE,
XTRACE,