lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV FONT color tagging


From: T.E.Dickey
Subject: Re: LYNX-DEV FONT color tagging
Date: Thu, 20 Feb 1997 11:28:24 -0500 (EST)

> I had no intention of adding color myself.  I have compiled with -DNCURSES
> and -DFANCY_CURSES even though the Win32 version uses PDCurses and I
> suspect that any ncurses color support will easily work.  I was just
> clarifying that 2-7 had color only for SLang. 
ok.  that'll be close (my recollection is that PDCurses is SVr3, which doesn't
do colored backgrounds in the same way as SVr4 - but colored text should render
properly).

you can check the SVr3/SVr4 business by seeing if the implementation has
the wbkgd function - SVr4 moves some of the assumptions about window attributes
out of the wattrset logic.  If you "need" to fix behavior in that area, it
should be conditioned on the symbol HAVE_WBKGD, which is easily tested in
a configure script on *NIX.

-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]