X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/8f53b03a6246809e8290984b5e5c386daa26c2a0..56fda72a2e2017647b16253b8084fc9b03618f00:/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, ), );