| 202:6960625e62e0 | 203:1d5c2ad2ac23 |
|---|---|
| 26 * POSSIBILITY OF SUCH DAMAGE. | 26 * POSSIBILITY OF SUCH DAMAGE. |
| 27 * | 27 * |
| 28 */ | 28 */ |
| 29 | 29 |
| 30 #include "colors.h" | 30 #include "colors.h" |
| 31 #include <ncurses.h> | 31 #include <curses.h> |
| 32 | 32 |
| 33 void init_colorpairs(void) { | 33 void init_colorpairs(void) { |
| 34 use_default_colors(); | 34 use_default_colors(); |
| 35 init_pair(COL_APP, -1, -1); | 35 init_pair(COL_APP, -1, -1); |
| 36 init_pair(COL_BW, COLOR_BLACK, COLOR_CYAN); | 36 init_pair(COL_BW, COLOR_BLACK, COLOR_CYAN); |