diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-08-25 14:01:19 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-08-25 14:01:19 +0100 |
commit | 655134f77c927f248f180a7f65c658359e10516e (patch) | |
tree | cbde1893b025a36bfa47439373015715ed4ec70f /options-table.c | |
parent | aa084bb49e4202198932933c75def4d32af72290 (diff) | |
parent | 20fcdcfea1651d26990ae482cbc0f3594c4cea54 (diff) | |
download | rtmux-655134f77c927f248f180a7f65c658359e10516e.tar.gz rtmux-655134f77c927f248f180a7f65c658359e10516e.tar.bz2 rtmux-655134f77c927f248f180a7f65c658359e10516e.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/options-table.c b/options-table.c index b24c6e36..873f8d67 100644 --- a/options-table.c +++ b/options-table.c @@ -170,6 +170,14 @@ static const char *options_table_status_format_default[] = { .separator = "" \ } +/* Map of name conversions. */ +const struct options_name_map options_other_names[] = { + { "display-panes-color", "display-panes-colour" }, + { "display-panes-active-color", "display-panes-active-colour" }, + { "clock-mode-color", "clock-mode-colour" }, + { NULL, NULL } +}; + /* Top-level options. */ const struct options_table_entry options_table[] = { /* Server options. */ |