summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authormongo <mongo@iomega>2016-08-30 11:57:06 -0300
committermongo <mongo@iomega>2016-08-30 11:57:06 -0300
commita5dba611b7d353e4edcf65489864b454f6746dcf (patch)
treed86094c2fb409a951769c62828ab73d02626cadb /src/main.c
parentb2cadf53d322bc374986f0a44ebb0ca4b2f636ef (diff)
White background
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 80320fe..0a88464 100644
--- a/src/main.c
+++ b/src/main.c
@@ -458,7 +458,7 @@ void sc_msg(char * s, int type, ...) {
#ifdef USECOLORS
if (type == ERROR_MSG)
set_ucolor(input_win, &ucolors[ERROR_MSG]);
- else
+ else
set_ucolor(input_win, &ucolors[INFO_MSG]);
#endif
mvwprintw(input_win, 1, 0, "%s", t);