X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/29b80033c249b03db4391eb284d543a0d68a8e5a..4d0e83fa3326d3c63eb024858f9346daf50e917a:/nethack.plp diff --git a/nethack.plp b/nethack.plp index b73a765..8b48c85 100644 --- a/nethack.plp +++ b/nethack.plp @@ -42,33 +42,7 @@ $header{content_type} = $ctype; print "\n" if $showkeys and $get{keys} eq 'ghost'; :> - - + @@ -80,15 +54,17 @@ 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' : '▲', @@ -113,8 +89,6 @@ $keys->print_rows($get{static});
    -
    -
    direction
    Direction to move to or target a command (<:= $sign{motion} :>).
    move @@ -127,8 +101,6 @@ $keys->print_rows($get{static});
    Display invertory menu.
    menu
    Enters some other menu. -
    -
    @@ -136,10 +108,10 @@ $keys->print_rows($get{static});
    key<:= $sign{arg} :>
    Commands with a dot need at least one argument afterwards. -
    key<:= $sign{motion} :> -
    Requires a direction afterwards.
    key<:= $sign{argi} :>
    Asks for an inventory item. +
    key<:= $sign{argm} :> +
    Requires a direction afterwards.