termcol: adapt text colour to background luminosity
[sheet.git] / charset.plp
index a3e845da8f9c6afa6fec4e8dde7ba572d2de0fed..bc2a1ead74090a76ab406f5693015e0cef8ab86a 100644 (file)
@@ -115,7 +115,7 @@ my @nibble = (0..9, 'A'..'F');
 for my $row (@request) {
        printf '<li><table class="glyphs%s">', !$row->{cell} && ' charmap';
        printf '<caption>%s</caption>', $row->{set};
-       print '<col>';
+       print '<col>' x 17;
        for my $section (qw{thead}) {
                print "<$section><tr><th>↱";
                print '<th>', $_ for @nibble;