diff options
Diffstat (limited to 'Src/Zle/comp.h')
-rw-r--r-- | Src/Zle/comp.h | 2 |
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() */ }; |