charset: utf-8 byte function table
[sheet.git] / nethack.plp
index b6f8a4a4df8f529089bfd5f8fb5c81a27e2da7f9..ca7433eeffe2df1272eb458c17cc700c6cb732a1 100644 (file)
@@ -53,7 +53,7 @@ $header{content_type} = "text/html; charset=$sign{charset}";
 use Shiar_Sheet::Keyboard;
 my $keys = Shiar_Sheet::Keyboard->new({do 'nethack.inc.pl'});
 $keys->map($get{map}) or undef $get{map};
 use Shiar_Sheet::Keyboard;
 my $keys = Shiar_Sheet::Keyboard->new({do 'nethack.inc.pl'});
 $keys->map($get{map}) or undef $get{map};
-$keys->print_rows($get{static});
+$keys->print_rows($get{static} || '4321-421');
 :>
 </ul>
 
 :>
 </ul>