diff options
author | nicm <nicm> | 2021-08-13 17:03:29 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-08-13 17:03:29 +0000 |
commit | 614611a8bd65e82efccdf44d4f9c23c0f35ed293 (patch) | |
tree | 48efd72d5e1c3ed1c298b1a4d2933e05ac24d0c9 /tmux.h | |
parent | 13a0da205b8c24995de11776b93244e914e4694d (diff) | |
download | rtmux-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |