Small code cleanups

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer
2014-07-18 17:19:37 +02:00
parent 919a40f561
commit 9d8d0c18b0
2 changed files with 16 additions and 20 deletions

View File

@@ -1037,8 +1037,7 @@ void custom_config_main(void)
} else {
colorize = 0;
wins_erase_status_bar();
mvwaddstr(win[STA].p, 0, 0,
no_color_support);
mvwaddstr(win[STA].p, 0, 0, no_color_support);
wgetch(win[KEY].p);
}
break;