X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/1f3b44e51107dc97ce2bded07b93325e96835744..f7dc0c4618952f5a64b0bf3097b115d0c799684e:/termcol.plp diff --git a/termcol.plp b/termcol.plp index 16b3dfe..74bcbc4 100644 --- a/termcol.plp +++ b/termcol.plp @@ -281,7 +281,8 @@ for my $r (0 .. 5) { } { - print ''; + print '
'; + printf '', 3 * @{$_} for @colmap; for my $h (0 .. 30) { print ''; print colcell(@$_) for map { $_->[$h] } map { @{$_} } @colmap;