mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Extend display-message to work for control clients. GitHub issue 3449.
This commit is contained in:
1
tmux.h
1
tmux.h
@ -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 *);
|
||||
|
Reference in New Issue
Block a user