Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!cmcl2!phri!marob!daveh From: daveh@marob.MASA.COM (Dave Hammond) Newsgroups: comp.unix.xenix Subject: Re: SCO 2.3 curses bug 3 Message-ID: <605@marob.MASA.COM> Date: 31 Mar 89 12:24:40 GMT References: <75@estinc.UUCP> Reply-To: daveh@marob.masa.com (Dave Hammond) Organization: ESCC New York City Lines: 19 In article <75@estinc.UUCP> fnf@estinc.UUCP (Fred Fish) writes: > >/* > * This little program demonstrates what I believe to be a bug > * in the SCO 2.3 development package curses library. During > * installation, the "terminfo curses" option was selected. > * The screen is left painted in standout mode. > * [...] This is a display-dependant "feature" (ie if you attach a different display to your console, it might go away). The fault lies not with Curses, but Term[cap|info] handling of standout. If the ansi entry in your term[cap|info] database includes the "ms" capability, removing it often helps this problem. -- Dave Hammond daveh@marob.masa.com