mirror of
https://github.com/tmux/tmux.git
synced 2025-11-24 19:06:07 +00:00
If display-popup is used inside a popup, modify that popup. From
m-einfalt at gmx dot de in GitHub issue 4678.
This commit is contained in:
3
tmux.h
3
tmux.h
@@ -3561,6 +3561,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 *,
|
||||
|
||||
Reference in New Issue
Block a user