mirror of
https://github.com/tmux/tmux.git
synced 2025-11-26 03:56:09 +00:00
Add seconds options for clock mode, from augustus7613 dot mail at pm dot
me in GitHub issue 4697.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user