src/main.c

changeset 35
6c64b7a073af
parent 34
c4d4b8a8f902
child 46
4dcfb4c58b6d
--- a/src/main.c	Wed Apr 09 12:07:47 2014 +0200
+++ b/src/main.c	Wed Apr 09 18:11:51 2014 +0200
@@ -30,6 +30,7 @@
 #include "terminal-chess.h"
 #include "game.h"
 #include "input.h"
+#include "colors.h"
 #include <string.h>
 #include <time.h>
 #include <getopt.h>
@@ -170,7 +171,7 @@
     if (has_colors()) {
         start_color();
         init_colorpairs();
-        bkgd(COLOR_PAIR(COL_YB));
+        bkgd(COLOR_PAIR(COL_APP));
     } else {
         fprintf(stderr, "Non-colored terminals are not supported yet.");
         endwin();

mercurial