sc: prefer precalculated dps for aggregate attacks
[sheet.git] / digraphs.plp
index 72af1bee70461fcf10fcf873ba974fae278e65b4..4c45044c97f122ba8c0e3feeb3ba078c42aecb1a 100644 (file)
@@ -3,7 +3,7 @@ use 5.010;  # state
 
 Html({
        title => 'digraph cheat sheet',
-       version => 'v1.0',
+       version => 'v1.1',
        description => [
                "Complete table of digraph characters from RFC-1345.",
        ],
@@ -35,7 +35,7 @@ my $di = do 'digraphs.inc.pl'
 if (exists $get{v}) {
        # show characters for inverted mnemonics (vim alternatives)
        $di->{ substr($_, 1, 1) . substr($_, 0, 1) } ||=
-               [$di->{$_}->[0], '', 'l0 ex']
+               [ $di->{$_}->[0], '', 'l0 ex', '', $di->{$_}->[4] ]
                for grep { ref $di->{$_} } keys %{$di};
 }