Add -B flag to remove border from popup.

This commit is contained in:
nicm
2021-08-13 17:03:29 +00:00
parent 13a0da205b
commit 614611a8bd
4 changed files with 76 additions and 24 deletions

1
tmux.h
View File

@ -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,