nethack: minor page improvements
[sheet.git] / nethack.plp
index 3cedd6e3a182f63c8983fcdb40d6d94531b51954..312200a95b6c0243a82a4bcce0a3c975b7073322 100644 (file)
@@ -55,7 +55,7 @@ $header{content_type} = $ctype;
 <li class="row">
        <ul class="keys omni">
        <li class="me" onclick="setmode()"><b>Esc</b>
-               <!-- not as static anymore, but never bothered; just see ^[ -->
+               <!-- static reset button, even though it's not (officially) in the game -->
        </ul>
 </li>
 
@@ -89,8 +89,6 @@ $keys->print_rows($get{static});
 <div class="help">
        <div class="left">
                <dl class="legend legend-types">
-               <dt class="ci">
-                       <dd>
                <dt class="pm">direction
                        <dd>Direction to move to or target a command (<:= $sign{motion} :>).
                <dt class="po">move
@@ -103,8 +101,6 @@ $keys->print_rows($get{static});
                        <dd>Display invertory menu.
                <dt class="mv">menu
                        <dd>Enters some other menu.
-               <dt class="me">
-                       <dd>
                </dl>
        </div>
 
@@ -115,8 +111,6 @@ $keys->print_rows($get{static});
                <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>