# This is an example nethackrc file for Brevishack. You should edit
# this file to meet your play style needs.

# Available editors: rnano, virus, or ee via the terminal

# Examples of common defaults:

OPTIONS=windowtype:tty
OPTIONS=showexp,showscore,time,color,!autopickup
OPTIONS=autodig,fruit:slime mold,boulder:0

# Use dark gray to represent black
OPTIONS=use_darkgray

# Draw unlit room squares
OPTIONS=lit_corridor

# Curses interface is available on this server. Some common settings:

## Curses interface (be sure to disable windowtype:tty)
# OPTIONS=windowtype:curses
OPTIONS=align_status:bottom
OPTIONS=align_message:top
OPTIONS=windowborders:3
OPTIONS=petattr:I
# Set terminal window for same dimensions
OPTIONS=term_cols:124
OPTIONS=term_rows:32

# For more information on what you can set in your nethackrc file, refer to:
# https://nethackwiki.com/wiki/Options
# Happy hacking!