Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2015-11-14 11:38:52 +00:00
6 changed files with 78 additions and 54 deletions

2
tmux.h
View File

@ -627,7 +627,7 @@ struct utf8_data {
u_char have;
u_char size;
u_char width;
u_char width; /* 0xff if invalid */
} __packed;
/* Grid attributes. */