Newer
Older
mvc / utils_curses.h
@fragsornotfrags fragsornotfrags on 25 Nov 2016 135 bytes now it is precise
#include <curses.h>

#define SHARP '|'

void init_color_pairs();
WINDOW* curses_init();
void print_col(int col, int length, int maxR);