X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/410d94e7abdb832594a42792b34bd2bdad669dc8..c59e0de4b5b4ef59a1972e7bf404d3ec6bce4024:/screen.plp diff --git a/screen.plp b/screen.plp index 26d6451..c075a4e 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.", @@ -34,7 +34,7 @@ $keys->print_rows($get{rows});
<: - $keys->print_legend('legend-types', [map { "g$_" } 1 .. 9]); + $keys->print_legend('legend-types', ['g1' .. 'g7', 'g9']); :>