Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2023-02-06 00:01:11 +00:00
6 changed files with 86 additions and 67 deletions

1
tmux.h
View File

@ -2680,6 +2680,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 *);