[nethack] 22/31: Update X11 app-defaults for 3.6.0

James Cowgill jcowgill-guest at moszumanska.debian.org
Mon Mar 7 17:54:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

jcowgill-guest pushed a commit to branch master
in repository nethack.

commit 5a5b6685e36639b4a31ad6d196101b36825a605c
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Sat Mar 5 17:43:30 2016 +0000

    Update X11 app-defaults for 3.6.0
---
 debian/x11/NetHack | 33 ++++++++++++++++++---------------
 1 file changed, 18 insertions(+), 15 deletions(-)

diff --git a/debian/x11/NetHack b/debian/x11/NetHack
index 8912e31..a7900d9 100644
--- a/debian/x11/NetHack
+++ b/debian/x11/NetHack
@@ -6,12 +6,12 @@
 NetHack*font:				variable
 NetHack*display_file*font:		fixed
 NetHack*tombstone*font:			fixed
-NetHack*rip*font:			-*-times-medium-r-*-*-12-*-*-*-*-*-*-*
+NetHack*text*rip*font:			-*-times-medium-r-*-*-12-*-*-*-*-*-*-*
 NetHack*menu*font:			fixed
-!NetHack*text*font:			fixed
+NetHack*text*font:			fixed
 NetHack*map*font:			nh10
 
-! To use full-color tiles for the map, uncomment the tile file name.
+! tile_file names a file containing full-color tiles for the map.
 ! If you use a 100dpi (or greater) monitor you may wish to double the
 ! tile size so you can see the figures.  If NetHack was compiled to
 ! use XPM (USE_XPM in config.h), the tile_file is a standard XPM file.
@@ -24,17 +24,20 @@ NetHack.tile_file: /usr/share/pixmaps/nethack/x11tiles
 !
 ! The annotation of pets.
 NetHack.pet_mark_bitmap: /usr/share/pixmaps/nethack/pet_mark.xbm
-NetHack.pet_mark_color: Red
+!NetHack.pet_mark_color: Red
+! The annotation of item piles.
+NetHack.pilemark_bitmap: /usr/share/pixmaps/nethack/pilemark.xbm
+!NetHack.pilemark_color: Green
 
 ! Tombstone
 ! The image file
 NetHack.tombstone: /usr/share/pixmaps/nethack/rip.xpm
 ! Text starts at (tombtext_x, tombtext_y) and subsequent lines
 ! are displaced by (tombtext_dx, tombtext_dy) pixels.  If you
-NetHack.tombtext_x: 155
-NetHack.tombtext_y: 78
-NetHack.tombtext_dx: 0
-NetHack.tombtext_dy: 13
+!NetHack.tombtext_x: 155
+!NetHack.tombtext_y: 78
+!NetHack.tombtext_dx: 0
+!NetHack.tombtext_dy: 13
 ! The color to use for the text on the hero's tombstone
 NetHack*rip*foreground: black
 
@@ -48,16 +51,16 @@ NetHack*message*translations:	<KeyPress>: input()
 !
 ! Example extra translations for the map window.
 !
-NetHack*map*translations:	#override \
-				!<Key>Left: input(h) \n\
-				!<Key>Right: input(l) \n\
-				!<Key>Up: input(k) \n\
-				!<Key>Down: input(j)
+!NetHack*map*translations:	#override \
+!				!<Key>Left: input(h) \n\
+!				!<Key>Right: input(l) \n\
+!				!<Key>Up: input(k) \n\
+!				!<Key>Down: input(j)
 !
 ! The icon to use; supported values are nh72, nh56, and nh32; nh72 is the
 ! default.  Some window managers may not support the larger icon sizes.
 ! It is not guaranteed that the window manager will honor the icon selection.
-NetHack*icon: nh56
+!NetHack*icon: nh56
 !
 ! If True, the default, a popup for single character prompts such as y/n
 ! questions is _not_ used.
@@ -72,7 +75,7 @@ NetHack*slow: True
 ! If True, force keyboard to attach to popup windows.  Some window managers
 ! enforce a click-to-focus-keyboard policy (e.g. the DECwindows wm).  NetHack
 ! has a lot of popups and is almost unplayable without some kind of autofocus.
-NetHack*autofocus: False
+!NetHack*autofocus: True
 !
 ! Specify the number of rows and columns of the map window.  The default
 ! is the standard 80x21 window.  Note: this _does_not_ change nethack's

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/nethack.git



More information about the Pkg-games-commits mailing list