Fix warnings on some platforms with %llx and add a new message to handle

64-bit client flags.
This commit is contained in:
nicm
2020-09-22 05:23:34 +00:00
parent 88b66e9e28
commit 86d6ac2f06
4 changed files with 26 additions and 9 deletions

4
tmux.c
View File

@ -331,8 +331,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 &&