#include int main(int argc, char ** argv) { initscr(); while(1){ int c = getch(); if(c == \'q\'){ break;