Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2025-11-26 00:01:08 +00:00
3 changed files with 19 additions and 9 deletions

View File

@@ -36,7 +36,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