src/input.h

changeset 7
41468077b5bb
parent 3
3693fd2eb0e9
child 30
a285ee393860
     1.1 --- a/src/input.h	Wed Mar 19 10:08:25 2014 +0100
     1.2 +++ b/src/input.h	Wed Mar 19 15:36:54 2014 +0100
     1.3 @@ -34,7 +34,13 @@
     1.4  extern "C" {
     1.5  #endif
     1.6  
     1.7 -int prompt_yesno();
     1.8 +#define COL_YB 1
     1.9 +#define COL_BW 2
    1.10 +#define COL_WB 3
    1.11 +
    1.12 +void init_colorpairs();
    1.13 +
    1.14 +int prompt_yesno(char *msg);
    1.15  
    1.16  
    1.17  #ifdef	__cplusplus

mercurial