about summary refs log tree commit diff
path: root/Src/Zle/comp.h
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-03-15 14:30:18 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-03-15 14:30:18 +0000
commite0e7f200809abacdab96ecbf73eea29efbcd06ba (patch)
tree48804e5b4599922f6238602df4f00e3e983f46e2 /Src/Zle/comp.h
parent1296dfbff0b5fd3e39eed3fbc67327ce4609f591 (diff)
downloadzsh-e0e7f200809abacdab96ecbf73eea29efbcd06ba.tar.gz
zsh-e0e7f200809abacdab96ecbf73eea29efbcd06ba.tar.xz
zsh-e0e7f200809abacdab96ecbf73eea29efbcd06ba.zip
zsh-workers/10148
Diffstat (limited to 'Src/Zle/comp.h')
-rw-r--r--Src/Zle/comp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/Zle/comp.h b/Src/Zle/comp.h
index 9f2fb359a..082fab912 100644
--- a/Src/Zle/comp.h
+++ b/Src/Zle/comp.h
@@ -73,6 +73,8 @@ struct cmgroup {
     int *widths;		/* column widths for listpacked */
     int totl;			/* total length */
     int shortest;		/* length of shortest match */
+    Cmgroup perm;		/* perm. alloced version of this group */
+    int new;			/* new matches since last permalloc() */
 };