PS/2 & 370 Curses
King Claudius
cknight at polyslo.CalPoly.EDU
Thu Apr 18 10:36:02 AEST 1991
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 at polyslo.calpoly.edu ---King Claudius---
More information about the Comp.unix.aix
mailing list