X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/6870b634422f3af487e759ca82c7e5b625166ea7..49ffae7e96c2b8e25a872c26d91e5b8443729371:/font.plp diff --git a/font.plp b/font.plp index 7019573..d789262 100644 --- a/font.plp +++ b/font.plp @@ -109,13 +109,13 @@ EOT say "$_" for join(' ', grep {$_} $offset > $pagerows && sprintf('◄', $offsetlink, 0), $offset > 0 && sprintf( - '', + '◅', $offsetlink, $offset - $pagerows, ), sprintf('U+%04X', $map ? $map->[$offset] : $offset), Unicode::UCD::charblock($map ? $map->[$offset] : $offset), $offset + $pagerows < ($map ? @{$map} : 0x11_0000) && sprintf( - '', + '▻', $offsetlink, $offset + $pagerows, ), );