sacc

sacc (saccomys): simple gopher client.
Log | Files | Refs | LICENSE

ui_rogue_readme (1023B)


      1 # Description
      2 This UI module (?) for sacc displays directories like rogue/hack dungeon levels.
      3 
      4 The code is ugly. It's obvious that I (pazz0) don't know what I do.
      5 
      6 # Compiling
      7 Copy ui_rogue.c in the sacc source directory.
      8 Go in the sacc source directory and execute blindly the following commands:
      9 ```
     10 make clean && make UI=rogue
     11 ```
     12 sacc will now have the much more confusing ui_rogue interface.
     13 
     14 # Key mapping
     15 h, j, k, l: left, down, up, right
     16 space:      interact (in dungeon), select (in menu)
     17 ESC or q:   exit (in dungeon), close menu
     18 
     19 # Map explanation
     20 @:          That's you!
     21 E or ?:     bookshelf/book (gopher type '0')
     22 L or >:     elevator/staircase down/staircase up (gopher type '1' on the current server)
     23 O or 0:     portal machine/portal (gopher type '1' on another server)
     24 %:          heap of stuff (other non-handled gopher types, apart from 'i' and '3')
     25 standout (inverse) 0 or <: a way to go back to the previous gopher directory
     26 
     27 . or #:     floor
     28 /:          doors (behaves like floor)
     29 | or -:     wall