ui_rogue_readme - sacc - sacc(omys), simple console gopher client HTML git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/ DIR Log DIR Files DIR Refs DIR Tags DIR 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