Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-06-05 23:02:26 +01:00
5 changed files with 26 additions and 3 deletions

1
tmux.h
View File

@@ -1326,6 +1326,7 @@ struct cmd_parse_input {
#define CMD_PARSE_QUIET 0x1
#define CMD_PARSE_PARSEONLY 0x2
#define CMD_PARSE_NOALIAS 0x4
#define CMD_PARSE_VERBOSE 0x8
const char *file;
u_int line;