mirror of
https://github.com/tmux/tmux.git
synced 2024-11-04 18:08:48 +00:00
Left the c0-* options behind in the table.
This commit is contained in:
parent
44364d7112
commit
b833fabeb2
@ -485,20 +485,6 @@ const struct options_table_entry window_options_table[] = {
|
|||||||
"#{?pane_dead,[dead],}"
|
"#{?pane_dead,[dead],}"
|
||||||
},
|
},
|
||||||
|
|
||||||
{ .name = "c0-change-trigger",
|
|
||||||
.type = OPTIONS_TABLE_NUMBER,
|
|
||||||
.default_num = 250,
|
|
||||||
.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",
|
{ .name = "clock-mode-colour",
|
||||||
.type = OPTIONS_TABLE_COLOUR,
|
.type = OPTIONS_TABLE_COLOUR,
|
||||||
.default_num = 4
|
.default_num = 4
|
||||||
|
Loading…
Reference in New Issue
Block a user