PS/2 & 370 Curses

King Claudius cknight at polyslo.CalPoly.EDU
Fri Apr 19 13:09:17 AEST 1991



I write:
>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--
>	nodelay (stdscr, stdin);

This is the culprit.  I was able to hack it out with:

stdscr->_nodelay = 1;

-- 
cknight at polyslo.calpoly.edu                    ---King Claudius---



More information about the Comp.unix.aix mailing list