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 /Src/options.c | |
| parent | Fix infinite loop on `case' with xtrace. (diff) | |
| download | zsh-cc28002e5411af5c33a6d91c5edcf1860cc2dcf6.tar zsh-cc28002e5411af5c33a6d91c5edcf1860cc2dcf6.tar.gz zsh-cc28002e5411af5c33a6d91c5edcf1860cc2dcf6.tar.bz2 zsh-cc28002e5411af5c33a6d91c5edcf1860cc2dcf6.tar.lz zsh-cc28002e5411af5c33a6d91c5edcf1860cc2dcf6.tar.xz zsh-cc28002e5411af5c33a6d91c5edcf1860cc2dcf6.tar.zst zsh-cc28002e5411af5c33a6d91c5edcf1860cc2dcf6.zip | |
16063: add transientrprompt option to remove right prompt from
display when accepting commands
Diffstat (limited to 'Src/options.c')
| -rw-r--r-- | Src/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/options.c b/Src/options.c index cd45b31e9..fe0b8da30 100644 --- a/Src/options.c +++ b/Src/options.c @@ -199,6 +199,7 @@ static struct optname optns[] = { {NULL, "singlecommand", OPT_SPECIAL, SINGLECOMMAND}, {NULL, "singlelinezle", OPT_KSH, SINGLELINEZLE}, {NULL, "sunkeyboardhack", 0, SUNKEYBOARDHACK}, +{NULL, "transientrprompt", 0, TRANSIENTRPROMPT}, {NULL, "unset", OPT_EMULATE|OPT_BSHELL, UNSET}, {NULL, "verbose", 0, VERBOSE}, {NULL, "xtrace", 0, XTRACE}, |
