Add control_write_buffer, from George Nachman.

This commit is contained in:
Nicholas Marriott
2012-09-24 13:39:10 +00:00
parent 42272dfbd5
commit 84612a8196
2 changed files with 10 additions and 0 deletions

1
tmux.h
View File

@ -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 *);