diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-31 18:27:26 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-31 18:27:26 +0000 |
commit | 176b89fd540b47851b3d9e15ce96e339e2d4a6e0 (patch) | |
tree | 52245f6178382385e36ed289ae37500e184de483 /app/xconsole/app-defaults | |
parent | affc240dec4ee127fd8d45105ed580476cccf81b (diff) |
Update to xconsole 1.0.4. No functional change.
Diffstat (limited to 'app/xconsole/app-defaults')
-rw-r--r-- | app/xconsole/app-defaults/XConsole | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app/xconsole/app-defaults/XConsole b/app/xconsole/app-defaults/XConsole new file mode 100644 index 000000000..c3407d430 --- /dev/null +++ b/app/xconsole/app-defaults/XConsole @@ -0,0 +1,28 @@ +! $Xorg: XConsole.ad,v 1.3 2000/08/17 19:54:13 cpqbld Exp $ +! +! +! +! +! $XFree86: xc/programs/xconsole/XConsole.ad,v 1.2 2000/03/31 22:55:55 dawes 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: Always +*text.scrollHorizontal: Never +*text.width: 400 +*text.height: 70 +*text.allowResize: true +*editType: read |