summaryrefslogtreecommitdiffstats
path: root/tmux.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-09-22 08:01:18 +0100
committerThomas Adam <thomas@xteddy.org>2020-09-22 08:01:18 +0100
commita34ceb1074488b2adb6edce4c1342025e1ac1c1d (patch)
tree544acbafc7f764d49c864950142a458aed0e6a2a /tmux.c
parentca5afb34bfdcaddbaed12e7375b48c05019e4c18 (diff)
parent86d6ac2f0695b02bdbef542cce3cdb0cca39160e (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.c b/tmux.c
index b9a676a2..066714df 100644
--- a/tmux.c
+++ b/tmux.c
@@ -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 &&