From e48187f517b4d15cc417c5306a21fa5e40bc9ded Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 6 Jan 2009 00:18:19 +0000 Subject: [PATCH] digraphs: indicate direction order Put an downwards-right arrow at the row/column index, hopefully hinting to which axis is to be followed first. As the arrow goes down first, hopefully it's clear the vertical axis contains the most significant (first) character. --- digraphs.plp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digraphs.plp b/digraphs.plp index 6193b97..cec6406 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -51,7 +51,7 @@ print ''; print qq'' for map {scalar @$_} @chars2; print "\n"; for my $section (qw{thead tfoot}) { - print "<$section>
 "; + print "<$section>
↳"; print '', quote($_) for map {@$_} @chars2; print " \n"; } -- 2.30.0