X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/4117f35a7b636c06817c7c6a94224e28adde8ee1..b13de6a22c6a8bc47358c506f603ab2b4a0f979b:/screen.plp diff --git a/screen.plp b/screen.plp index 755dfd1..aeed949 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, }); @@ -34,7 +34,7 @@ $keys->print_rows($get{rows});
<: - $keys->print_legend('legend-types', [map { "g$_" } 0 .. 8]); + $keys->print_legend('legend-types', ['g1' .. 'g7', 'g9']); :>