WIP: feat/upstream-sync #104

Closed
jabber.developer2 wants to merge 54 commits from feat/upstream-sync into master
54 changed files with 1179 additions and 590 deletions
Showing only changes of commit 05cdd31299 - Show all commits

View File

@@ -5400,6 +5400,9 @@ cmd_time(ProfWin* window, const char* const command, gchar** args)
if (!set_all && n == ARRAY_SIZE(time_prefs)) {
cons_bad_cmd_usage(command);
}
if (!set_all && n == ARRAY_SIZE(time_prefs)) {
cons_bad_cmd_usage(command);
}
if (redraw)
ui_redraw();
return TRUE;