Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!usc!jarthur!petunia!news From: cknight@polyslo.CalPoly.EDU (King Claudius) Newsgroups: comp.unix.aix Subject: PS/2 & 370 Curses Message-ID: <280ce9f2.27c5@petunia.CalPoly.EDU> Date: 18 Apr 91 00:36:02 GMT Reply-To: cknight@polyslo.CalPoly.EDU (King Claudius) Organization: Cal Poly State Univ,CSC Dept,San Luis Obispo,CA 93407 Lines: 29 I'm having some real funky results with curses on our PS/2 and 370 machines [same symptoms] and the man pages aren't much help. Here's what functions I call: startup-- initscr (); cbreak (); noecho (); nonl (); clear(); nodelay (stdscr, stdin); shutdown-- nocbreak (); echo (); nl (); endwin (); fixterm (); Symptoms: After shutting the program down, it gives a strange error: GetNextChar(): just saw end of file, errno == 10 logout and the shell [csh and tcsh both] exit. -- cknight@polyslo.calpoly.edu ---King Claudius---