! XTerm (common settings)
!
XTerm*deleteIsDEL: false
XTerm*metaSendsEscape: true
XTerm*allowC1Printable: true
XTerm*foreground: grey
XTerm*background: black

! XTerm (VT220)
!
VTerm*decTerminalID: 220
VTerm*termName: dec-vt220
VTerm*cursorOnTime: 600
VTerm*cursorOffTime: 600
VTerm*cursorBlink: true
VTerm*foreground: orange
VTerm*background: black
VTerm*VT100*translations:	#override \n\
	<Key>Num_Lock:		string(0x1b) string("OP")	\n\
	<Key>KP_Divide:		string(0x1b) string("OQ")	\n\
	<Key>KP_Multiply:	string(0x1b) string("OR")	\n\
	<Key>KP_Subtract:	string(0x1b) string("OS")	\n\
	<Key>KP_Add:		string(0x1b) string("Ol")	\n\
	<Key>KP_Decimal:	string(0x1b) string("On")	\n\
	<Key>KP_Enter:		string(0x1b) string("OM")	\n\
	<Key>KP_0:		string(0x1b) string("Op")	\n\
	<Key>KP_1:		string(0x1b) string("Oq")	\n\
	<Key>KP_2:		string(0x1b) string("Or")	\n\
	<Key>KP_3:		string(0x1b) string("Os")	\n\
	<Key>KP_4:		string(0x1b) string("Ot")	\n\
	<Key>KP_5:		string(0x1b) string("Ou")	\n\
	<Key>KP_6:		string(0x1b) string("Ov")	\n\
	<Key>KP_7:		string(0x1b) string("Ow")	\n\
	<Key>KP_8:		string(0x1b) string("Ox")	\n\
	<Key>KP_9:		string(0x1b) string("Oy")

! XTerm (VT52)
!
OTerm*decTerminalID: 52
OTerm*termName: dec-vt52
OTerm*cursorOnTime: 600
OTerm*cursorOffTime: 600
OTerm*cursorBlink: true
OTerm*foreground: green
OTerm*background: black
OTerm*VT100*translations:	#override \n\
	<Key>Num_Lock:		string(0x1b) string("P")	\n\
	<Key>KP_Divide:		string(0x1b) string("Q")	\n\
	<Key>KP_Multiply:	string(0x1b) string("R")	\n\
	<Key>KP_Decimal:	string(0x1b) string("?n")	\n\
	<Key>KP_Enter:		string(0x1b) string("?M")	\n\
	<Key>KP_0:		string(0x1b) string("?p")	\n\
	<Key>KP_1:		string(0x1b) string("?q")	\n\
	<Key>KP_2:		string(0x1b) string("?r")	\n\
	<Key>KP_3:		string(0x1b) string("?s")	\n\
	<Key>KP_4:		string(0x1b) string("?t")	\n\
	<Key>KP_5:		string(0x1b) string("?u")	\n\
	<Key>KP_6:		string(0x1b) string("?v")	\n\
	<Key>KP_7:		string(0x1b) string("?w")	\n\
	<Key>KP_8:		string(0x1b) string("?x")	\n\
	<Key>KP_9:		string(0x1b) string("?y")
