initial commit

This commit is contained in:
Michael Grant
2025-01-19 16:20:14 -04:00
parent c311202b73
commit 41ef18debb
3 changed files with 24 additions and 11 deletions

1
tmux.h
View File

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