X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/410d94e7abdb832594a42792b34bd2bdad669dc8..77ac3d52d89913a79cca834d882c54a58c15a488:/screen.plp diff --git a/screen.plp b/screen.plp index 26d6451..c6feb72 100644 --- a/screen.plp +++ b/screen.plp @@ -2,7 +2,7 @@ Html({ title => 'screen cheat sheet', - version => 'v1.1', + version => '1.1', description => [ "Interactive cheat sheet for the Screen terminal manager,", "describing the function of each key.", @@ -11,7 +11,7 @@ Html({ screen sheet cheat reference overview commands keyboard terminal window manager '], - stylesheet => [qw'light dark circus mono red terse'], + stylesheet => [qw( light dark circus mono red )], keys => 1, }); @@ -23,7 +23,6 @@ Html({ <: use Shiar_Sheet::Keyboard 2; my $info = do 'screen.eng.inc.pl' or die $@ // $!; -$info->{def} = do 'screen.inc.pl'; my $keys = Shiar_Sheet::Keyboard->new($info); $keys->map($get{map}) or undef $get{map}; $keys->print_rows($get{rows}); @@ -34,7 +33,7 @@ $keys->print_rows($get{rows});
<: - $keys->print_legend('legend-types', [map { "g$_" } 1 .. 9]); + $keys->print_legend('legend-types', ['g1' .. 'g7', 'g9']); :>