Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2014-11-09 00:15:51 +00:00
13 changed files with 120 additions and 94 deletions

6
tmux.h
View File

@ -710,6 +710,12 @@ LIST_HEAD(joblist, job);
struct screen_sel {
int flag;
int rectflag;
enum {
LINE_SEL_NONE,
LINE_SEL_LEFT_RIGHT,
LINE_SEL_RIGHT_LEFT,
} lineflag;
int modekeys;
u_int sx;