X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/410d94e7abdb832594a42792b34bd2bdad669dc8..81aefba6ac586eccbe18b4e90efc175e34fff5ad:/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']); :>