|
| From: | T.E.Dickey |
| Subject: | Re: LYNX-DEV highlighting bug in color slang version |
| Date: | Fri, 18 Apr 1997 21:06:03 -0400 (EDT) |
> if (flag == ON) {
> /* makes some terminals work wrong because
> * they can't handle two attributes at the
> * same time
> */
this was written by someone who didn't read the applicable descriptions
in terminfo for the no_color_video attribute. (I've put some logic in
my recent patch to cover some of that, but there's more work to do...)
> /* start_bold(); */
> start_reverse();
> #ifdef USE_SLANG
> start_underline ();
> #endif /* USE_SLANG */
> } else {
--
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.
;
| [Prev in Thread] | Current Thread | [Next in Thread] |