b88b170
Set up this example configuration file to be used as the default configuration
b88b170
in /etc.
b88b170
b88b170
--- ./doc/frotz.conf-big	2000-10-28 10:43:07.000000000 -0700
b88b170
+++ ./doc/frotz.conf-big.conf	2005-07-19 06:41:39.000000000 -0700
b88b170
@@ -10,47 +10,47 @@
b88b170
 # These options control some basic characteristics of Frotz.
b88b170
 
b88b170
 # Use color text 		(default "yes" if supported)
b88b170
-color		yes
b88b170
+#color		yes
b88b170
 
b88b170
 # Set foreground color		(default "white" if in color mode)
b88b170
-foreground	white
b88b170
+#foreground	white
b88b170
 
b88b170
 # Set background color		(default "blue" if in color mode)
b88b170
-background	blue
b88b170
+#background	blue
b88b170
 
b88b170
 # Set error-reporting mode	(default "once")
b88b170
-errormode	once
b88b170
+#errormode	once
b88b170
 
b88b170
 # Set path to search for game files (no default)
b88b170
-zcode_path	/usr/local/games/zcode
b88b170
+#zcode_path	/usr/local/games/zcode
b88b170
 
b88b170
 # Use plain ASCII only		(default "no")
b88b170
-ascii		no
b88b170
+#ascii		no
b88b170
 
b88b170
 # Turn sound on or off		(default "on")
b88b170
-sound		on
b88b170
+#sound		on
b88b170
 
b88b170
 
b88b170
 ############################################
b88b170
 # These are some less-commonly used options.
b88b170
 
b88b170
 # Set random number seed	(default comes from the Unix epoch)
b88b170
-randseed	1234
b88b170
+#randseed	1234
b88b170
 
b88b170
 # Set number of undo slots	(default 500)
b88b170
-undo_slots	500
b88b170
+#undo_slots	500
b88b170
 
b88b170
 # Set Tandy bit			(default "no")
b88b170
-tandy		no
b88b170
+#tandy		no
b88b170
 
b88b170
 # Alter piracy opcode		(default "no")
b88b170
-piracy		no
b88b170
+#piracy		no
b88b170
 
b88b170
 # Use Quetzal save format	(default "yes")
b88b170
-quetzal		yes
b88b170
+#quetzal		yes
b88b170
 
b88b170
 # Expand abbreviations		(default "no")
b88b170
-expand_abb	no
b88b170
+#expand_abb	no
b88b170
 
b88b170
 
b88b170
 #########################################################################
b88b170
@@ -60,38 +60,38 @@
b88b170
 # Force color mode		(default "no")
b88b170
 # Useful for use with supposedly current flavors of Unix that still don't
b88b170
 # understand what the "xterm-color" terminal type is.
b88b170
-force_color	no
b88b170
+#force_color	no
b88b170
 
b88b170
 # Set screen height		(default is detected height)
b88b170
-screen_height	24
b88b170
+#screen_height	24
b88b170
 
b88b170
 # Set screen width		(default is detected screen width)
b88b170
-screen_width	80
b88b170
+#screen_width	80
b88b170
 
b88b170
 # Set script width		(default is screen width)
b88b170
-script_width	80
b88b170
+#script_width	80
b88b170
 
b88b170
 # Set context lines		(default "0")
b88b170
-context_lines	0
b88b170
+#context_lines	0
b88b170
 
b88b170
 # Set left margin		(default "0")
b88b170
-left_margin	0
b88b170
+#left_margin	0
b88b170
 
b88b170
 # Set right margin		(default "0")
b88b170
-right_margin	0
b88b170
+#right_margin	0
b88b170
 
b88b170
 
b88b170
 #############################################################
b88b170
 # These options are mainly useful for debugging and cheating.
b88b170
 
b88b170
 # Watch attribute setting	(default "no")
b88b170
-attrib_set	no
b88b170
+#attrib_set	no
b88b170
 
b88b170
 # Watch attribute testing	(default "no")
b88b170
-attrib_test	no
b88b170
+#attrib_test	no
b88b170
 
b88b170
 # Watch object movement		(default "no")
b88b170
-obj_move	no
b88b170
+#obj_move	no
b88b170
 
b88b170
 # Watch object locating		(default "no")
b88b170
-obj_loc		no
b88b170
+#obj_loc		no