BAUD		9600		# Anything after required fields is ignored
SCREEN		WORKBENCH	# may be CUSTOM or WORKBENCH
INTERLACE	OFF		# ON for CUSTOM or interlaced workbench
DEPTH		2		# number of bit planes to use (1 or 2)
FOREGROUND	840		# Colors are only used on the custom screen
BACKGROUND	000		# Colors are in hex RGB from 000 to FFF
BOLD		c00		# Color for bold highlighting (in custom)
CURSOR		888		# Color for cursor (in custom screen)
LINES		24		# normal <= 24 interlaced <= 48
MODE		IMAGE		# IMAGE or CRLF (for KERMIT transfers)
XOFF		ENABLED		# Do you want automatic XON/XOFF flow cntrl
# 
# Function bindings (strings to type when any of F1 through F10 are pressed)
#	f<num>	= function key
#	F<num>	= shifted function key
#
# The string specified must be delimited and uses one special character:
#	^	= control next character
#	^^	= up arrow
#
# Sample control characters:
#	^[	= escape	^M	= carriage return
#	^J	= line feed	^L	= form feed
#
# Examples of bindings:
#
f1	"^[OP"			# f1-f4 = PF1 - PF4 on a VT100
f2	"^[OQ"
f3	"^[OR"
f4	"^[OS"
f6	"MAIL^M"		# Reads my mail (note embedded <CR>)
f7	"NOTE^M"		# Reads conferences
F1	"$2400!"		# dials the phone to work
F2	"$bbs1!"		# dials the phone to billboard 1
F3	"$bbs2!"		# dials the phone to billboard 2
F4	"$bbs3!"		# dials the phone to billboard 3
#
exit				# all done (clean way to end file)
