summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2019-03-15 21:54:47 +0000
committernicm <nicm>2019-03-15 21:54:47 +0000
commite8b33af780d8b9622de422cbcd4f82a47ccd0c6e (patch)
treee7dee04f43125c667689296eecbbe507ddf0b237 /tmux.h
parent1d306e926a9f0cc6ab93f30857a8ca6d145ede83 (diff)
Add a way to set individual defaults for an array option.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 26f11e23..4b16eb83 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1497,6 +1497,7 @@ struct options_table_entry {
const char *default_str;
long long default_num;
+ const char **default_arr;
const char *separator;
const char *style;