Merge branch 'obsd-master'

Conflicts:
	cmd.c
	format.c
	osdep-openbsd.c
	tmux.h
This commit is contained in:
Thomas Adam
2012-09-24 17:55:06 +01:00
3 changed files with 13 additions and 1 deletions

1
tmux.h
View File

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