[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mouse color only on current line of links
- From: jidanni@xxxxxxxxxxx
- Date: Thu, 04 Sep 2008 08:07:27 +0800
- X-ml-name: emacs-w3m
- X-mail-count: 10349
- References: <b4mr6803izp.fsf@xxxxxxx>
OK, but you can write that smaller and get the same result:
$ (echo '<p><a href="bla">This is a link<br>' ; echo ' spread onto another line.</a></p>')|w3m -halfdump -T text/html|sum
58664 1
$ echo -e '<p><a href="bla">This is a link<br>\n spread onto another line.</a></p>'|w3m -halfdump -T text/html|sum
58664 1