Refactored 'ui_tidy_wins()' to return bool and not output text, Corrected underline, removed call to function 'wins_resize_all()'.

This commit is contained in:
Pete
2015-06-01 11:27:01 +01:00
parent 9c659246bc
commit 0564976264
5 changed files with 14 additions and 14 deletions

View File

@@ -688,7 +688,7 @@ static struct cmd_t command_defs[] =
cmd_winstidy, parse_args, 1, 1, &cons_winstidy_setting,
{ "/winstidy on|off", "Auto tidy windows.",
{ "/winstidy on|off",
"------------",
"---------------",
"Enable or disable auto window tidy.",
NULL } } },