about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-22 13:22:05 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-22 13:22:05 +0000
commit5b061d74c20e153e166086f5c22ea62ef4f5a475 (patch)
treec62d76bda037df99c54e20e4936a49c1c57c52cd /Src/zsh.h
parent6276757fe911f692e5a6fdd192ae3ea768d8e359 (diff)
downloadzsh-5b061d74c20e153e166086f5c22ea62ef4f5a475.tar.gz
zsh-5b061d74c20e153e166086f5c22ea62ef4f5a475.tar.xz
zsh-5b061d74c20e153e166086f5c22ea62ef4f5a475.zip
zsh-workers/7998
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 7add4faa1..0d494cd84 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -1315,6 +1315,8 @@ enum {
     KSHOPTIONPRINT,
     LISTAMBIGUOUS,
     LISTBEEP,
+    LISTPACKED,
+    LISTROWSFIRST,
     LISTTYPES,
     LOCALOPTIONS,
     LOCALTRAPS,