Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2017-02-06 22:01:16 +00:00
2 changed files with 26 additions and 6 deletions

3
tmux.h
View File

@ -1056,6 +1056,9 @@ struct tty {
struct grid_cell cell;
int last_wp;
struct grid_cell last_cell;
#define TTY_NOCURSOR 0x1
#define TTY_FREEZE 0x2
#define TTY_TIMER 0x4