static char SCCS_ID[] = "%W%"; #include #include extern char *obuf; #define NCOLS 80 #define NLINES 24 int gettmode(); int die(); setup() { register char *sp gettmode(); sp = getenv("TERM"); setterm(sp); initscr(); signal(SIGINT,die); } display(p) register char *p; { char c; register int i,j; for ( i=0; i