Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2025-11-12 16:01:09 +00:00
4 changed files with 157 additions and 63 deletions

3
tmux.h
View File

@@ -3611,6 +3611,9 @@ int popup_display(int, enum box_lines, struct cmdq_item *, u_int,
popup_close_cb, void *);
int popup_editor(struct client *, const char *, size_t,
popup_finish_edit_cb, void *);
int popup_present(struct client *);
int popup_modify(struct client *, const char *, const char *,
const char *, enum box_lines, int);
/* style.c */
int style_parse(struct style *,const struct grid_cell *,