diff options
Diffstat (limited to 'XConsole.ad')
-rw-r--r-- | XConsole.ad | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/XConsole.ad b/XConsole.ad new file mode 100644 index 0000000..888b314 --- /dev/null +++ b/XConsole.ad @@ -0,0 +1,22 @@ +! $Xorg: XConsole.ad,v 1.3 2000/08/17 19:54:13 cpqbld Exp $ +*allowShellResize: true +XConsole.translations: #override\ + <MapNotify>: Deiconified() \n\ + <UnmapNotify>: Iconified() \n\ + <Message>WM_PROTOCOLS: Quit() +XConsole.baseTranslations: #override\ + <MapNotify>: Deiconified() \n\ + <UnmapNotify>: Iconified() \n\ + <Message>WM_PROTOCOLS: Quit() +*text.translations: #override\ + Ctrl<KeyPress>C: Clear() \n\ + <KeyPress>Clear: Clear() +*text.baseTranslations: #override\ + Ctrl<KeyPress>C: Clear() \n\ + <KeyPress>Clear: Clear() +*text.scrollVertical: whenNeeded +*text.scrollHorizontal: whenNeeded +*text.width: 400 +*text.height: 70 +*text.allowResize: true +*editType: read |