Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-09-22 08:01:18 +01:00
4 changed files with 26 additions and 9 deletions

4
tmux.c
View File

@ -322,8 +322,8 @@ main(int argc, char **argv)
char *path = NULL, *label = NULL;
char *cause, **var;
const char *s, *shell, *cwd;
int opt, flags = 0, keys;
int feat = 0;
int opt, keys, feat = 0;
uint64_t flags = 0;
const struct options_table_entry *oe;
if (setlocale(LC_CTYPE, "en_US.UTF-8") == NULL &&