Add a way to set individual defaults for an array option.

This commit is contained in:
nicm
2019-03-15 21:54:47 +00:00
parent 1d306e926a
commit e8b33af780
2 changed files with 10 additions and 4 deletions

1
tmux.h
View File

@ -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;