mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Add control_write_buffer, from George Nachman.
This commit is contained in:
1
tmux.h
1
tmux.h
@ -2221,6 +2221,7 @@ void clear_signals(int);
|
||||
/* control.c */
|
||||
void control_callback(struct client *, int, void*);
|
||||
void printflike2 control_write(struct client *, const char *, ...);
|
||||
void control_write_buffer(struct client *, struct evbuffer *);
|
||||
|
||||
/* control-notify.c */
|
||||
void control_notify_window_layout_changed(struct window *);
|
||||
|
Reference in New Issue
Block a user