From 0ddb4fb835d685b5dc71dadc08d5758a28b99439 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 3 Jul 2000 08:05:27 +0000 Subject: change format style with warnings tag, don't add descriptions as matches; make a-a-i-n-h in menu selection work even without matches (12134) --- Src/Zle/comp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Src/Zle/comp.h') diff --git a/Src/Zle/comp.h b/Src/Zle/comp.h index 506d85135..57091c744 100644 --- a/Src/Zle/comp.h +++ b/Src/Zle/comp.h @@ -388,6 +388,7 @@ typedef struct chdata *Chdata; struct chdata { Cmgroup matches; /* the matches generated */ int num; /* the number of matches */ + int nmesg; /* the number of messages */ Cmatch cur; /* current match or NULL */ }; -- cgit 1.4.1