mirror of
https://github.com/tmux/tmux.git
synced 2025-12-21 06:46:08 +00:00
initial commit
This commit is contained in:
1
tmux.h
1
tmux.h
@@ -3523,6 +3523,7 @@ int menu_key_cb(struct client *, void *, struct key_event *);
|
||||
#define POPUP_CLOSEEXIT 0x1
|
||||
#define POPUP_CLOSEEXITZERO 0x2
|
||||
#define POPUP_INTERNAL 0x4
|
||||
#define POPUP_FOCUSED 0x8
|
||||
typedef void (*popup_close_cb)(int, void *);
|
||||
typedef void (*popup_finish_edit_cb)(char *, size_t, void *);
|
||||
int popup_display(int, enum box_lines, struct cmdq_item *, u_int,
|
||||
|
||||
Reference in New Issue
Block a user