From 3a7275da51685956fb31799df6d8f625c0a4dd15 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 22 Feb 2015 20:19:11 +0100 Subject: [PATCH] digraphs: xorg-specific legend --- digraphs.plp | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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};
+<: } -- 2.30.0