#include main() { initscr(); raw(); noecho(); nonl(); crmode(); clear(); refresh(); endwin(); }