X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/504fe3dc4ec761922a00398fe5811f08fafbde41..4117f35a7b636c06817c7c6a94224e28adde8ee1:/screen.plp?ds=sidebyside diff --git a/screen.plp b/screen.plp index f4ceecb..755dfd1 100644 --- a/screen.plp +++ b/screen.plp @@ -2,7 +2,7 @@ Html({ title => 'screen cheat sheet', - version => 'v1.0', + version => 'v1.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, }); @@ -23,7 +22,8 @@ Html({ <: use Shiar_Sheet::Keyboard 2; -my $info = do 'screen.inc.pl' or die $! // $@; +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}); @@ -46,9 +46,6 @@ $keys->print_rows($get{rows});