Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!bbn!mit-eddie!uw-beaver!rice!sun-spots-request From: fkuhl@amadeus.mitre.org (F. S. Kuhl) Newsgroups: comp.sys.sun Subject: bold & inverse curses? Keywords: Software Message-ID: <8903032033.AA01156@amadeus.mitre.org> Date: 21 Mar 89 07:22:43 GMT Sender: usenet@rice.edu Organization: Sun-Spots Lines: 6 Approved: Sun-Spots@rice.edu Original-Date: Fri, 3 Mar 89 15:33:42 EST X-Sun-Spots-Digest: Volume 7, Issue 202, message 16 of 21 We're using the curses library for a project that is to display on VT-220's. The 220 allows bold and inverse video attributes to be set independently for text. We want to create normal text, bold text, and inverse text, but 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?