Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2017-04-18 18:01:17 +01:00
4 changed files with 8 additions and 4 deletions

1
tmux.h
View File

@ -1047,6 +1047,7 @@ struct tty {
struct evbuffer *in;
struct event event_out;
struct evbuffer *out;
size_t written;
struct termios tio;