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

RE: lynx rendering fonts




> -----Original Message-----
> From: Pigeon [mailto:jah.pigeon@ukonline.co.uk]
> Sent: Tuesday, December 10, 2002 12:38 PM
> To: debian-user@lists.debian.org
> 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. :-)



Reply to: