bold & inverse curses

Donn Baumgartner donn at rice.edu
Wed Apr 26 18:19:41 AEST 1989


In article <3851 at stiatl.UUCP> stiatl!meo at gatech.edu (Miles O'Neal) writes:
>In article <8903032033.AA01156 at amadeus.mitre.org> fkuhl at 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....

Various versions of (Ken Arnold's) libcurses have been enhanced over the
years to support all sorts of things... I did one such 'enhancement'.  The
curses I support, supports multiple character attributes, colors, & fonts.
It has additional support for box drawing characters, as well.  The screen
drawing optimization routines have added support for (now) more common
display features, and in general are more likely to give minimal i/o (at
the expense, at times, of a few more cpu cycles).  I've added a lot of
things over the last 7 years, some of which I am currently forgetting to
mention... but I do have a document describing the entire package.  There
are #ifdef's for about six varieties of unix, so I claim the package is
very portable.

If you're interested, send me a note and I package it up and send it to
you.  (I'm not aware of any bugs in it..., but would gladly fix any found
- as time permits.  Any more I only keep this around for historical
reasons, and rogue).

	- Donn Baumgartner
	donn at rice.edu



More information about the Comp.sys.sun mailing list