Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!rice!sun-spots-request From: stiatl!meo@gatech.edu (Miles O'Neal) Newsgroups: comp.sys.sun Subject: Re: bold & inverse curses Keywords: Software Message-ID: <3851@stiatl.UUCP> Date: 4 Apr 89 09:25:24 GMT References: <8903032033.AA01156@amadeus.mitre.org> Sender: usenet@rice.edu Organization: Sales Technologies Inc., Atlanta, GA Lines: 14 Approved: Sun-Spots@rice.edu Original-Date: 21 Mar 89 15:20:07 GMT X-Sun-Spots-Digest: Volume 7, Issue 223, message 5 of 15 X-Issue-Reference: v7n202 In article <8903032033.AA01156@amadeus.mitre.org> fkuhl@amadeus.mitre.org (F. S. Kuhl) writes: >... curses seems to support only a 'standout' mode that can >be either bold or inverse, but it doesn't appear to have another mode. >Are we missing something? Is there a way to add a mode to curses? The Berkeley curses does not (unless there's something new), but the System V (R2 and on, at least) have been enhanced in several ways, including multiple-terminal (simultaneously from a program) support and enhanced attribute control. In the Sun manuals, see man page for curses under the System V libraries, or, in the _Programming Utilities and Libraries_ manual, chapter 13 (System V curses and terminfo), and checkout the attron(), atroff(), and attrset() calls. -Miles O'Neal (gatech!stiatl!meo)