> -----Original Message-----
> From: Pigeon [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, December 10, 2002 12:38 PM
> To: [EMAIL PROTECTED]
> Subject: Re: lynx rendering fonts
>
>
> On Tue, Dec 10, 2002 at 06:49:04PM +0100, Robert Land wrote:
> > How can I persuade lynx to 'forget' it's capabilities underlining
> > fonts? Everything thats <b> or even <em> is rendered underlined
> > and makes reading regular expressions in html docs very hard if
> > they have <b> attributes.
>
> sed -e 's/<B>//g' -e 's/<\/B>//g' -e 's/<EM>//g' -e 's/<\/EM//g'
> < dodgydoc.html > /tmp/cleandoc.html
> lynx /tmp/cleandoc.html

If you can't find a nice way to do it in lynx, you should be able to snag
the terminfo entry and customize it to your liking, then set this up as a
new terminal. Given how easy it is to hack up terminal info this should make
a nice project for a three day weekend. :-)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to