[Pkg-nethack-devel] nethack/debian/console nethackrc,1.1,1.2

Joshua Kwan joshk-guest@quantz.debian.org
Mon, 13 Oct 2003 01:05:54 +0000


Update of /cvsroot/pkg-nethack/nethack/debian/console
In directory quantz:/tmp/cvs-serv22609/debian/console

Modified Files:
	nethackrc 
Log Message:
Add menucolors and hpmon patches, non-intrusive to bones/save files, and
disabled as options _by default_. Add reasonable defaults for debian
nethackrcs.


Index: nethackrc
===================================================================
RCS file: /cvsroot/pkg-nethack/nethack/debian/console/nethackrc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nethackrc	7 Oct 2003 23:35:08 -0000	1.1
+++ nethackrc	13 Oct 2003 01:05:52 -0000	1.2
@@ -10,3 +10,15 @@
 OPTIONS=pickup_types:$
 OPTIONS=nomail
 
+#
+# Some sane defaults for menucolor
+#
+
+OPTIONS=menucolors
+MENUCOLOR=" blessed "=green
+MENUCOLOR=" holy "=green
+MENUCOLOR=" uncursed "=yellow
+MENUCOLOR=" cursed "=red
+MENUCOLOR=" unholy "=red
+MENUCOLOR=" cursed .* (being worn)"=orange&underline
+