XConsole revision e6ecbdae
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 Ctrl<KeyPress>C: Clear() \n\ 12 <KeyPress>Clear: Clear() 13*text.baseTranslations: #override\ 14 Ctrl<KeyPress>C: Clear() \n\ 15 <KeyPress>Clear: Clear() 16*text.scrollVertical: Always 17*text.scrollHorizontal: Never 18*text.width: 400 19*text.height: 70 20*text.allowResize: true 21*editType: read 22