]> Sergey Matveev's repositories - public-inbox.git/commit
use tables for rendering comment nesting
authorEric Wong <e@80x24.org>
Thu, 20 Aug 2015 02:30:27 +0000 (02:30 +0000)
committerEric Wong <e@80x24.org>
Thu, 20 Aug 2015 02:31:33 +0000 (02:31 +0000)
commit09b1fc82d53228212805b7e26aa1d4bf381cecd6
tree5f429ede50ba985561314ae2ef37440dafd79a1d
parent7245596edd0167791e7324c2d34b7fd340a4557c
use tables for rendering comment nesting

This is more space efficient since we don't need to place padding
bytes in front of every line.  While this unfortunately does not
render well on lynx; w3m, links, elinks can all render tables
sanely.

Tables are also superior for long lines which require wrapping
inside <pre> containers.
lib/PublicInbox/Feed.pm
lib/PublicInbox/View.pm