Add seconds options for clock mode, from augustus7613 dot mail at pm dot

me in GitHub issue 4697.
This commit is contained in:
nicm
2025-11-25 21:24:27 +00:00
parent 1d89233047
commit f0dec832b8
3 changed files with 19 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ static const char *options_table_mode_keys_list[] = {
"emacs", "vi", NULL
};
static const char *options_table_clock_mode_style_list[] = {
"12", "24", NULL
"12", "24", "12-with-seconds", "24-with-seconds", NULL
};
static const char *options_table_status_list[] = {
"off", "on", "2", "3", "4", "5", NULL