updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / nethack-curses / nethackrc.proto
blobdca5c60a4ea2679e528a29052de1d830ca07fbdc
1 # This is a sample nethackrc file for nethack-curses
2 # source : http://nethack-curses.wikia.com/wiki/Info
5 # Use this if the binary was compiled with multiple window interfaces,
6 # and curses is not the default
7 OPTIONS=windowtype:curses
9 # Set this for Windows systems, or for PDCurses for SDL on any system.
10 # The latter uses a cp437 font, which works with this option
11 #OPTIONS=IBMgraphics
13 # Set this if IBMgraphics above won't work for your system.  Mutually
14 # exclusive with the above option, and should work on nearly any
15 # system.
16 OPTIONS=cursesgraphics
18 # Optionally specify the alignment of the message and status windows
19 # relative to the map window.  If not specified, the code will default
20 # to the locations used in the tty interface: message window on top,
21 # and status window on bottom.  Placing either of these on the right or
22 # left really only works well for winder terminal windows.
23 OPTIONS=align_message:bottom,align_status:right
25 # Use a small popup "window" for short prompts, e.g. "Really save?".
26 # If this is not set, the message window will be used for these as is
27 # done for the tty interface.
28 OPTIONS=popup_dialog
30 # Specify the initial window size for NetHack in units of characters.
31 # This is supported on PDCurses for SDL as well as PDCurses for
32 # Windows.
33 OPTIONS=term_cols:110,term_rows:32
35 # Controls the usage of window borders for the main NetHack windows
36 # (message, map, and status windows).  A value of 1 forces the borders
37 # to be drawn, a value of 2 forces them to be off, and a value of 3
38 # allows the code to decide if they should be drawn based on the size
39 # of the terminal window.
40 OPTIONS=windowborders:3
42 # Whether or not to display a fancy ascii-graphics splash screen on
43 # startup.
44 OPTIONS=splash_screen
46 # This controls what text attributes are used to highlight any pets.
47 # Any combination of single letters representing each text attribute
48 # may be used.  Not all attributes work on all terminals.
50 # Attributes may be one or more of: Bold, Inverse, Underline, blinK,
51 # iTalic, Rightline, or Leftline.  The default is underline.
52 OPTIONS=petattr:u
54 # Controls whether color and attributes are used for menu headers,
55 # window borders, message text, etc.  This is separate from the color
56 # option, which only controls the color of the map itself.
57 OPTIONS=guicolor