src/input.c

changeset 35
6c64b7a073af
parent 32
8a0b85303ee8
child 38
75ee459ba941
     1.1 --- a/src/input.c	Wed Apr 09 12:07:47 2014 +0200
     1.2 +++ b/src/input.c	Wed Apr 09 18:11:51 2014 +0200
     1.3 @@ -31,12 +31,6 @@
     1.4  #include <string.h>
     1.5  #include <ctype.h>
     1.6  
     1.7 -void init_colorpairs() {
     1.8 -    init_pair(COL_YB, COLOR_YELLOW, COLOR_BLUE);
     1.9 -    init_pair(COL_BW, COLOR_BLACK, COLOR_WHITE);
    1.10 -    init_pair(COL_WB, COLOR_WHITE, COLOR_BLACK);
    1.11 -}
    1.12 -
    1.13  int prompt_yesno(char *msg) {
    1.14      printw("%s (y/n)? ", msg);
    1.15      refresh();

mercurial