diff options
author | nicm <nicm> | 2022-03-24 12:07:25 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2022-04-06 14:19:51 +0100 |
commit | d4eda7f9e5d33c613bb22770a677779ffbe9b363 (patch) | |
tree | 16335b1fb05f4ad812f04c2bd296312db0fc1bb0 /options-table.c | |
parent | 89a0046ad360d7a499732e327bae69b7e4b2536e (diff) | |
download | rtmux-d4eda7f9e5d33c613bb22770a677779ffbe9b363.tar.gz rtmux-d4eda7f9e5d33c613bb22770a677779ffbe9b363.tar.bz2 rtmux-d4eda7f9e5d33c613bb22770a677779ffbe9b363.zip |
Add unit (milliseconds) to escape-time, show unset colours as "none"
rather than "invalid" and don't show the same text twice for user
options in customize mode.
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options-table.c b/options-table.c index a816f6ac..17be7ec4 100644 --- a/options-table.c +++ b/options-table.c @@ -277,6 +277,7 @@ const struct options_table_entry options_table[] = { .minimum = 0, .maximum = INT_MAX, .default_num = 500, + .unit = "milliseconds", .text = "Time to wait before assuming a key is Escape." }, |