Merge branch 'obsd-master'

Conflicts:
	server-client.c
	tmux.1
This commit is contained in:
Thomas Adam
2017-04-06 11:10:17 +01:00
11 changed files with 78 additions and 57 deletions

2
tmux.h
View File

@ -1025,7 +1025,6 @@ LIST_HEAD(tty_terms, tty_term);
struct tty {
struct client *client;
char *path;
u_int sx;
u_int sy;
@ -1289,6 +1288,7 @@ struct cmd_entry {
/* Client connection. */
struct client {
const char *name;
struct tmuxpeer *peer;
struct cmdq_list queue;