1*allowShellResize:		true
2XConsole.translations:		#override\
3	<MapNotify>:		Deiconified()	\n\
4	<UnmapNotify>:		Iconified()	\n\
5	<Message>WM_PROTOCOLS:	Quit()
6XConsole.baseTranslations:		#override\
7	<MapNotify>:		Deiconified()	\n\
8	<UnmapNotify>:		Iconified()	\n\
9	<Message>WM_PROTOCOLS:	Quit()
10*text.translations:		#override\
11	<Btn4Down>:		scroll-one-line-down() \n\
12	<Btn5Down>:		scroll-one-line-up() \n\
13	Ctrl<KeyPress>C:	Clear()	\n\
14	<KeyPress>Clear:	Clear()
15*text.baseTranslations:		#override\
16	<Btn4Down>:		scroll-one-line-down() \n\
17	<Btn5Down>:		scroll-one-line-up() \n\
18	Ctrl<KeyPress>C:	Clear()	\n\
19	<KeyPress>Clear:	Clear()
20*text.scrollVertical:		Always
21*text.scrollHorizontal:		Never
22*text.width:			400
23*text.height:			70
24*text.allowResize:		true
25*editType:			read
26