Path: utzoo!attcan!uunet!peregrine!ccicpg!cci632!ritcsh!ritcv!jjv3345 From: jjv3345@ritcv.UUCP (Jeff Van Epps) Newsgroups: comp.unix.questions Subject: curses question Keywords: curses Message-ID: <521@ritcv.UUCP> Date: 19 May 88 22:40:55 GMT Reply-To: jjv3345@ritcv.UUCP (Jeff Van Epps) Organization: Rochester Institute of Technology, Rochester, NY Lines: 12 Folks, I have a Unix program which takes advantage of the curses library for all of its screen I/O. In a select few places where I am using standout mode while displaying text, I lose characters from the strings being output. This ONLY HAPPENS in a suntools environment. For the most part, the package works well, but in suntools, inside of a shelltool, this character loss takes place. I went so far as doing an waddstr and a wrefresh between two sleep statements, to assure that I wasn't blowing something away, and not seeing it because of swift I/O. Is it possible that the I/O in bold is too fast for the window? Any advise appreciated.