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/XConsole.ad | |
parent | affc240dec4ee127fd8d45105ed580476cccf81b (diff) |
Update to xconsole 1.0.4. No functional change.
Diffstat (limited to 'app/xconsole/XConsole.ad')
-rw-r--r-- | app/xconsole/XConsole.ad | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/app/xconsole/XConsole.ad b/app/xconsole/XConsole.ad deleted file mode 100644 index c3407d430..000000000 --- a/app/xconsole/XConsole.ad +++ /dev/null @@ -1,28 +0,0 @@ -! $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 |