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

Re: mouse color only on current line of links



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