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