This is a modified version of A.M. Kuchling's development page.
EMail feedback to:
lynx-dev@sig.net
|
amk@magnet.com
|
jspath@bcpl.net
#
if (dotcount_ip == 3) { /* Numeric node address: */
Jim Spath <jspath@mail.bcpl.lib.md.us>
- Wednesday, March 26, 1997 at 06:59:04 (MST)
Date: Fri, 23 Jan 98 15:22:34 EST From: "Lloyd G. Rasmussen"http://www.flora.org/lynx-dev/html/month0198/msg00397.htmlOn Wed, 21 Jan 1998 22:25:24 -0500, Lloyd G. Rasmussen wrote: >I was the one who said Trace didn't work. I'll check when I'm back in the >office; it may have been fixed since 0.81 where I last tried it. Sorry about >the confusion. I just checked, and it is working on Lynx/386, AC 108, compiled by Doug Kaufman. Glad to see this is working. -- Lloyd Rasmussen
(B = [A]_BOLD;
BLINK => [A]_BLINK;
I, EM, CITE => [A]_DIM;
U => [A]_UNDERLINE,
STRONG => [A]_REVERSE, ...).
It is compatible with the current offical version with just a
few changes, using (in HTML.c) LY_UNDERLINE_START_CHAR and
the following character to represent the mixture of the five
treated attributes (0x08 to 0xF8).
The attribution comes out (in GridText.c and LYUtils.c) with
the macro start_attrunderline(attrib) (#define => setattr,
attrset, sl_add_attr or standout?)
It has been compiled in "SCO" and "AIX" and applied to ansi,
ibm3151 terminals and TUN emulator, with attributes as well
as with colours.
We do not have an URL. Anybody interesed in it may send a
request for a full description as well as the patch to our
mail (adur@redestb.es). Is somebody believes it is convenient
to lend us an URL to contain this information and patch he will
be welcome, and would cancel this note.
Sime Barroso <adur@redestb.es>
- Wednesday, May 14, 1997 at 04:34:44 (MDT)