diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-03-28 14:01:28 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-03-28 14:01:28 +0000 |
commit | 374f5ea60c652fe5c08dd3063cca9bff8e642eea (patch) | |
tree | c88c897b72479a60ecd892ffb596374cd20ca956 /tmux.h | |
parent | 88ca50054695ce1447c48ba607f5a6fa1264dc41 (diff) | |
parent | 8036d0f834bbcce1a0eeff983750086354aec1e2 (diff) | |
download | rtmux-374f5ea60c652fe5c08dd3063cca9bff8e642eea.tar.gz rtmux-374f5ea60c652fe5c08dd3063cca9bff8e642eea.tar.bz2 rtmux-374f5ea60c652fe5c08dd3063cca9bff8e642eea.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2765,6 +2765,7 @@ int menu_display(struct menu *, int, struct cmdq_item *, u_int, /* popup.c */ #define POPUP_WRITEKEYS 0x1 #define POPUP_CLOSEEXIT 0x2 +#define POPUP_CLOSEEXITZERO 0x4 u_int popup_width(struct cmdq_item *, u_int, const char **, struct client *, struct cmd_find_state *); u_int popup_height(u_int, const char **); |