nethack: subargument updates
[sheet.git] / nethack.plp
index bb0be709369898e8132cd1d384a66b7593f7b998..d6a37b136b4752830b29cf54b90a36501a60d153 100644 (file)
@@ -31,7 +31,7 @@ $header{content_type} = $ctype;
 <link rel="stylesheet" type="text/css" media="all" href="base.css">
 <!--[if lte IE 6]><style> .help dl.legend dt {margin:0 0 1px} </style><![endif]-->
 <!--[if lte IE 7]><style> .help dl.legend dd {float:none} </style><![endif]--><:
-       my %styles = map {$_ => $_} qw(dark circus mono terse);
+       my %styles = map {$_ => $_} qw(dark circus mono red terse);
        our $style = exists $get{style} && $styles{$get{style}} || 'light';
        printf(qq{\n<link rel="%s" type="text/css" media="all" href="%s" title="%s">},
                $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "$_.css", $_
@@ -70,7 +70,7 @@ function setmode(classname) {
 } // setmode
 //--></script>
 
-<body>
+<body id="nethack">
 
 <h1>NetHack cheat sheet</h1>
 
@@ -80,7 +80,7 @@ function setmode(classname) {
 
 <li class="row">
        <ul class="keys omni">
-       <li class="mo" onclick="setmode()"><b>Esc</b>
+       <li class="me" onclick="setmode()"><b>Esc</b>
                <!-- not as static anymore, but never bothered; just see ^[ -->
        </ul>
 </li>
@@ -88,7 +88,9 @@ function setmode(classname) {
 <:
 our %sign = (
        arg    => $ascii ? '.' : '·',  # described as 'dot'
-       argi   => $ascii ? ':' : ':',
+       args   => $ascii ? ':' : '⁚',
+       argi   => $ascii ? "'" : '′',
+       argm   => $ascii ? '|' : '↕',
        motion => $ascii ? '|' : '↕',
        alias  => $ascii ? 'see: ' : '»',
        up     => $ascii ? 'up'    : '▲',
@@ -136,10 +138,12 @@ $keys->print_rows($get{static});
                <dl class="legend legend-options">
                <dt>key<:= $sign{arg} :>
                        <dd>Commands with a dot need at least one argument afterwards.
-               <dt>key<:= $sign{motion} :>
-                       <dd>Requires a direction afterwards.
                <dt>key<:= $sign{argi} :>
                        <dd>Asks for an inventory item.
+               <dt>key<:= $sign{argm} :>
+                       <dd>Thing
+               <dt>key<:= $sign{motion} :>
+                       <dd>Requires a direction afterwards.
                </dl>
 
                <ul class="legend legend-set">