keyboard: drop unrelated vi legends
[sheet.git] / screen.plp
index c075a4e23fb1488b91eb6dca266e27c8ab9e1fd7..c6feb728aebc360a8d41f48b4ebd00e3a30f3505 100644 (file)
@@ -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,
 });
 
@@ -23,7 +23,6 @@ Html({
 <:
 use Shiar_Sheet::Keyboard 2;
 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});