X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/61b9cf825da723f6ffac7dae46404291603b1cdd..29b407ddf91b653e6e8380f73e221628a392376f:/screen.plp diff --git a/screen.plp b/screen.plp index a99dc98..c075a4e 100644 --- a/screen.plp +++ b/screen.plp @@ -2,7 +2,7 @@ Html({ title => 'screen cheat sheet', - version => 'v1.0', + version => '1.1', description => [ "Interactive cheat sheet for the Screen terminal manager,", "describing the function of each key.", @@ -11,7 +11,6 @@ Html({ screen sheet cheat reference overview commands keyboard terminal window manager '], - charset => $sign{charset}, stylesheet => [qw'light dark circus mono red terse'], keys => 1, }); @@ -21,23 +20,21 @@ Html({

normal mode (default)

-
<: - $keys->print_legend('legend-types', [map { "g$_" } 0 .. 8]); + $keys->print_legend('legend-types', ['g1' .. 'g7', 'g9']); :>
@@ -49,9 +46,6 @@ $keys->print_rows($get{rows});