summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/options-table.c b/options-table.c
index fa71f399..9bbcc5d7 100644
--- a/options-table.c
+++ b/options-table.c
@@ -465,6 +465,21 @@ const struct options_table_entry window_options_table[] = {
.default_num = 1
},
+
+ { .name = "c0-change-trigger",
+ .type = OPTIONS_TABLE_NUMBER,
+ .default_num = 50,
+ .minimum = 0,
+ .maximum = USHRT_MAX
+ },
+
+ { .name = "c0-change-interval",
+ .type = OPTIONS_TABLE_NUMBER,
+ .default_num = 100,
+ .minimum = 1,
+ .maximum = USHRT_MAX
+ },
+
{ .name = "clock-mode-colour",
.type = OPTIONS_TABLE_COLOUR,
.default_num = 4