From 37b3d62f8e55b022b107ac0ef553e400202a6ee1 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 8 Dec 1999 09:48:04 +0000 Subject: zsh-workers/8939 --- Src/Zle/comp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Src/Zle/comp.h') diff --git a/Src/Zle/comp.h b/Src/Zle/comp.h index a177be614..59ca5be06 100644 --- a/Src/Zle/comp.h +++ b/Src/Zle/comp.h @@ -120,6 +120,8 @@ struct cmatch { #define CMF_NOSPACE (1<< 8) /* don't add a space */ #define CMF_PACKED (1<< 9) /* prefer LIST_PACKED */ #define CMF_ROWS (1<<10) /* prefer LIST_ROWS_FIRST */ +#define CMF_MULT (1<<11) /* string appears more than once */ +#define CMF_FMULT (1<<12) /* first of multiple equal strings */ /* Stuff for completion matcher control. */ @@ -269,6 +271,7 @@ struct cldata { int nlines; /* number of lines needed */ int hidden; /* != 0 if there are hidden matches */ int onlyexpl; /* != 0 if only explanations to print */ + int showall; /* != 0 if hidden matches should be shown */ }; typedef void (*CLPrintFunc)(Cmgroup, Cmatch *, int, int, int, int, -- cgit 1.4.1