timesynk/interface/curses.h

10 lines
103 B
C

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