Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2016-09-28 10:01:11 +01:00
3 changed files with 41 additions and 4 deletions

2
tmux.h
View File

@ -896,6 +896,8 @@ struct window_pane {
int fd;
struct bufferevent *event;
struct event resize_timer;
u_int wmark_size;
u_int wmark_hits;