aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2021-08-13 17:03:29 +0000
committernicm <nicm>2021-08-13 17:03:29 +0000
commit614611a8bd65e82efccdf44d4f9c23c0f35ed293 (patch)
tree48efd72d5e1c3ed1c298b1a4d2933e05ac24d0c9 /tmux.h
parent13a0da205b8c24995de11776b93244e914e4694d (diff)
downloadrtmux-614611a8bd65e82efccdf44d4f9c23c0f35ed293.tar.gz
rtmux-614611a8bd65e82efccdf44d4f9c23c0f35ed293.tar.bz2
rtmux-614611a8bd65e82efccdf44d4f9c23c0f35ed293.zip
Add -B flag to remove border from popup.
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 587e0626..f23cf5e8 100644
--- a/tmux.h
+++ b/tmux.h
@@ -3025,6 +3025,7 @@ int menu_display(struct menu *, int, struct cmdq_item *, u_int,
/* popup.c */
#define POPUP_CLOSEEXIT 0x1
#define POPUP_CLOSEEXITZERO 0x2
+#define POPUP_NOBORDER 0x4
typedef void (*popup_close_cb)(int, void *);
typedef void (*popup_finish_edit_cb)(char *, size_t, void *);
int popup_display(int, struct cmdq_item *, u_int, u_int, u_int,