Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!wuarchive!udel!sbcs!engws7.ic.sunysb.edu!kmunn From: kmunn@engws7.ic.sunysb.edu (Kristofer A Munn) Newsgroups: comp.lang.c Subject: Curses (Text Window Manager Library) Message-ID: <1990Dec14.190336.2691@sbcs.sunysb.edu> Date: 14 Dec 90 19:03:36 GMT Sender: usenet@sbcs.sunysb.edu (Usenet poster) Organization: State University of New York at Stony Brook Lines: 17 I have been working with the CURSES Window Manager on a HP-UX system here at school for a few months now and have become quite fluent with it. However, I am disappointed at the limitations the package forces upon the programmer in the area of text font styles. The only styles available are normal and reversed text (using the STANDOUT() || WSTANDOUT(window) functions). Many terminal types (ie VT100) can also display boldface, underlined and blinking text... or mixtures thereof. CURSES makes no use of these features however, and I have often found myself wondering if it would be possible to add some functions to my work which would enhance the standard library for certain machines. Has anyone looked into this possibility already? Thanks... -- Kristofer Munn ----- prisoner of the State University of New York at Stonybrook Contact at kmunn@ic.sunysb.edu, kmunn@ccvm.sunysb.edu, kmunn@sbccvm.bitnet ------------------------------------------------------------------------------- I was trying to daydream, but my mind kept wandering. -Steven Wright