aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-03-28 14:01:28 +0000
committerThomas Adam <thomas@xteddy.org>2020-03-28 14:01:28 +0000
commit374f5ea60c652fe5c08dd3063cca9bff8e642eea (patch)
treec88c897b72479a60ecd892ffb596374cd20ca956 /tmux.h
parent88ca50054695ce1447c48ba607f5a6fa1264dc41 (diff)
parent8036d0f834bbcce1a0eeff983750086354aec1e2 (diff)
downloadrtmux-374f5ea60c652fe5c08dd3063cca9bff8e642eea.tar.gz
rtmux-374f5ea60c652fe5c08dd3063cca9bff8e642eea.tar.bz2
rtmux-374f5ea60c652fe5c08dd3063cca9bff8e642eea.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 dc680361..95d3ff3c 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 **);