Extend display-message to work for control clients. GitHub issue 3449.

This commit is contained in:
nicm
2023-02-05 21:15:32 +00:00
parent f10854cfc5
commit 93b1b78150
5 changed files with 84 additions and 67 deletions

1
tmux.h
View File

@ -2678,6 +2678,7 @@ struct client_window *server_client_add_client_window(struct client *, u_int);
struct window_pane *server_client_get_pane(struct client *);
void server_client_set_pane(struct client *, struct window_pane *);
void server_client_remove_pane(struct window_pane *);
void server_client_print(struct client *, int, struct evbuffer *);
/* server-fn.c */
void server_redraw_client(struct client *);