=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.1025 retrieving revision 1.1026 diff -u -r1.1025 -r1.1026 --- src/usr.bin/tmux/tmux.h 2020/05/16 15:01:31 1.1025 +++ src/usr.bin/tmux/tmux.h 2020/05/16 15:06:03 1.1026 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.1025 2020/05/16 15:01:31 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.1026 2020/05/16 15:06:03 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -2796,6 +2796,7 @@ /* menu.c */ #define MENU_NOMOUSE 0x1 +#define MENU_TAB 0x2 struct menu *menu_create(const char *); void menu_add_items(struct menu *, const struct menu_item *, struct cmdq_item *, struct client *,