X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/8bf4b29ac2bea396e7aafe10713ec3b148a153a8..f3ce23b458ade0fd2f8d634e2e3c380023bbb4e5:/screen.plp diff --git a/screen.plp b/screen.plp index c6feb72..6f88b0a 100644 --- a/screen.plp +++ b/screen.plp @@ -26,31 +26,5 @@ my $info = do 'screen.eng.inc.pl' or die $@ // $!; my $keys = Shiar_Sheet::Keyboard->new($info); $keys->map($get{map}) or undef $get{map}; $keys->print_rows($get{rows}); -:> - -
- -
-
-<: - $keys->print_legend('legend-types', ['g1' .. 'g7', 'g9']); -:> -
- -
-<: - $keys->print_legend('legend-options', [qw'arg']); -:> - - -
-
+$keys->print_legends(\%get);