src/main.c

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

mercurial