Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!elroy.jpl.nasa.gov!usc!petunia!news From: cknight@polyslo.CalPoly.EDU (King Claudius) Newsgroups: comp.unix.aix Subject: Re: PS/2 & 370 Curses Message-ID: <280e5f5d.56ea@petunia.CalPoly.EDU> Date: 19 Apr 91 03:09:17 GMT References: <280ce9f2.27c5@petunia.CalPoly.EDU> Organization: Cal Poly State Univ,CSC Dept,San Luis Obispo,CA 93407 Lines: 17 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@polyslo.calpoly.edu ---King Claudius---