X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/29b80033c249b03db4391eb284d543a0d68a8e5a..d4937c088ffb429c8b3fdf1b3d35b8cbc78d1290:/nethack.plp diff --git a/nethack.plp b/nethack.plp index b73a765..3cedd6e 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,7 +54,7 @@ function setmode(classname) {
  • @@ -88,7 +62,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 +112,12 @@ $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} :> +
    Thing +
    key<:= $sign{motion} :> +
    Requires a direction afterwards.