give command and group menus their own match callbacks

This commit is contained in:
okan
2017-12-07 16:03:10 +00:00
parent b06ddae624
commit f0524fe07a
3 changed files with 37 additions and 5 deletions

View File

@@ -444,6 +444,10 @@ void search_match_path(struct menu_q *, struct menu_q *,
char *);
void search_match_text(struct menu_q *, struct menu_q *,
char *);
void search_match_cmd(struct menu_q *, struct menu_q *,
char *);
void search_match_group(struct menu_q *, struct menu_q *,
char *);
void search_print_client(struct menu *, int);
void search_print_cmd(struct menu *, int);
void search_print_group(struct menu *, int);