From: Mischa POSLAWSKY Date: Sun, 22 Feb 2015 19:19:11 +0000 (+0100) Subject: digraphs: xorg-specific legend X-Git-Tag: v1.7~85 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/3a7275da51685956fb31799df6d8f625c0a4dd15 digraphs: xorg-specific legend --- diff --git a/digraphs.plp b/digraphs.plp index 718915d..2b3446b 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -116,7 +116,19 @@ for my $c1group (@chars) { print "\n"; print '
' if exists $get{split}; } + +if (exists $get{xorg}) { :> +
+ +
matching RFC-1345 + matching proposal + unique to Xorg + conflict + duplicate +
+
+<: } else { :>
control @@ -149,3 +161,4 @@ print '
' if exists $get{split};
+<: }