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---