aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-10-30 10:01:22 +0000
committerThomas Adam <thomas@xteddy.org>2020-10-30 10:01:22 +0000
commit970e8f734c996e6a1402be1181c48abd14b6404a (patch)
treead8797fa0e081a6f46b7e9ee7a162b9144fe7361 /tmux.h
parentce2b6ff40e13fd25f359cfe3faad49b094aad115 (diff)
parent910457f68dfc04c491f31d773788c61300f3f8c7 (diff)
downloadrtmux-970e8f734c996e6a1402be1181c48abd14b6404a.tar.gz
rtmux-970e8f734c996e6a1402be1181c48abd14b6404a.tar.bz2
rtmux-970e8f734c996e6a1402be1181c48abd14b6404a.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 5a4db83b..44ba53f5 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2981,6 +2981,7 @@ __dead void printflike(1, 2) fatalx(const char *, ...);
/* menu.c */
#define MENU_NOMOUSE 0x1
#define MENU_TAB 0x2
+#define MENU_STAYOPEN 0x4
struct menu *menu_create(const char *);
void menu_add_items(struct menu *, const struct menu_item *,
struct cmdq_item *, struct client *,