nethack: subargument updates
[sheet.git] / nethack.plp
index 0a5a4be588b973d93e1a5e309fe8ac4196854daa..d6a37b136b4752830b29cf54b90a36501a60d153 100644 (file)
@@ -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">