timesynk/interface/curses.h

9 lines
102 B
C

#ifndef NCURSES_H
#define NCURSES_H
WINDOW * screen;
int cols;
int rows;
int original_cursor;
#endif