aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-03-28 09:51:12 +0000
committernicm <nicm>2020-03-28 09:51:12 +0000
commit593fddf84b6ae661df46597a22107babcc77efd5 (patch)
tree5ef1cb395440658f8b3a2a0c319eb15b5c8ee189 /tmux.h
parent4346098e977d8fb3bde0783e9858f3def7bc01a5 (diff)
downloadrtmux-593fddf84b6ae661df46597a22107babcc77efd5.tar.gz
rtmux-593fddf84b6ae661df46597a22107babcc77efd5.tar.bz2
rtmux-593fddf84b6ae661df46597a22107babcc77efd5.zip
Make two -E only close popup automatically if the command exited with 0.
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 bcec0a23..a9f4de8a 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2761,6 +2761,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 **);