about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2002-06-20 16:39:47 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2002-06-20 16:39:47 +0000
commit19817c34d18fc850cff54971b98bc9aa1809d1b8 (patch)
treea75c94d1136124745fbcfad958a8a8d943d741ed /Src/zsh.h
parent61f9940d67117e0ab2dd9b3cba04eee6773f83a5 (diff)
downloadzsh-19817c34d18fc850cff54971b98bc9aa1809d1b8.tar.gz
zsh-19817c34d18fc850cff54971b98bc9aa1809d1b8.tar.xz
zsh-19817c34d18fc850cff54971b98bc9aa1809d1b8.zip
17334: TYPESET_SILENT shell option and typeset -p option
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 15b4c404a..504fd1396 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -1244,6 +1244,7 @@ struct nameddir {
 #define PRINT_LIST		(1<<2)
 #define PRINT_KV_PAIR		(1<<3)
 #define PRINT_INCLUDEVALUE	(1<<4)
+#define PRINT_TYPESET		(1<<5)
 
 /* flags for printing for the whence builtin */
 #define PRINT_WHENCE_CSH	(1<<5)
@@ -1465,6 +1466,7 @@ enum {
     SINGLELINEZLE,
     SUNKEYBOARDHACK,
     TRANSIENTRPROMPT,
+    TYPESETSILENT,
     UNSET,
     VERBOSE,
     XTRACE,