about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorGeoff Wing <gcw@users.sourceforge.net>2001-10-24 07:00:49 +0000
committerGeoff Wing <gcw@users.sourceforge.net>2001-10-24 07:00:49 +0000
commitcc28002e5411af5c33a6d91c5edcf1860cc2dcf6 (patch)
tree135bf74fb1f6172494e496b60b7b1a47e965c545 /Src/zsh.h
parent14e13fb40743e069e45b0790f206f14b5f8a887a (diff)
downloadzsh-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 'Src/zsh.h')
-rw-r--r--Src/zsh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 74d0753bb..5e18c0ade 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -1439,6 +1439,7 @@ enum {
     SINGLECOMMAND,
     SINGLELINEZLE,
     SUNKEYBOARDHACK,
+    TRANSIENTRPROMPT,
     UNSET,
     VERBOSE,
     XTRACE,