diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 10:57:01 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 10:57:01 +0000 |
commit | f35ebe9caf290b8266faae05f7ab8491ad301d7a (patch) | |
tree | 39d39e6eac3dd73663d172228b40ec9bc2709301 /app/ssh-askpass/SshAskpass-1337.ad | |
parent | 1cb4778bcef21ea9015cfccdb99abb7a0e035d74 (diff) |
Importing from XF4, plus BSD make infrastructure
Diffstat (limited to 'app/ssh-askpass/SshAskpass-1337.ad')
-rw-r--r-- | app/ssh-askpass/SshAskpass-1337.ad | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/app/ssh-askpass/SshAskpass-1337.ad b/app/ssh-askpass/SshAskpass-1337.ad new file mode 100644 index 000000000..fabe51c9c --- /dev/null +++ b/app/ssh-askpass/SshAskpass-1337.ad @@ -0,0 +1,102 @@ +! SshAskpass.ad: Default resources for the X11-based ssh-askpass for OpenSSH +! created 1999-Nov-17 03:40 Jim Knoble <jmknoble@jmknoble.cx> +! autodate: 2000-Nov-07 05:50 +! +! by Jim Knoble <jmknoble@jmknoble.cx> +! Copyright (C) 1999,2000 Jim Knoble +! +! Disclaimer: +! +! The software is provided "as is", without warranty of any kind, +! express or implied, including but not limited to the warranties of +! merchantability, fitness for a particular purpose and +! noninfringement. In no event shall the author(s) be liable for any +! claim, damages or other liability, whether in an action of +! contract, tort or otherwise, arising from, out of or in connection +! with the software or the use or other dealings in the software. +! +! Permission to use, copy, modify, distribute, and sell this software +! and its documentation for any purpose is hereby granted without +! fee, provided that the above copyright notice appear in all copies +! and that both that copyright notice and this permission notice +! appear in supporting documentation. +! + +! +-------------+ +! | e133t theme | +! +-------------+ + +*Dialog.font: -b&h-lucida-medium-r-normal-*-*-100-*-*-*-*-iso8859-1 +*?.foreground: rgb:d0/d0/d0 +*?.background: rgb:50/50/50 +*topShadowColor: rgb:90/90/90 +*bottomShadowColor: rgb:00/00/00 +*borderColor: rgb:a0/a0/a0 +*shadowThickness: 2 +*borderWidth: 1 +*horizontalSpacing: 5 +*verticalSpacing: 5 + +*Button.font: -b&h-lucida-medium-r-normal-*-*-100-*-*-*-*-iso8859-1 +*Button.shadowThickness: 1 +*Button.borderWidth: 0 +*Button.horizontalSpacing: 4 +*Button.verticalSpacing: 2 + +*Indicator.foreground: rgb:70/80/90 +*Indicator.background: rgb:50/50/50 +*Indicator.shadowThickness: 1 +*Indicator.borderWidth: 0 +*Indicator.height: 4 +*Indicator.width: 13 +*Indicator.horizontalSpacing: 4 +*Indicator.verticalSpacing: 5 +*Indicator.minimumCount: 8 +*Indicator.maximumCount: 24 + +! X11 does a miserable job of providing resolution-independent drawing +! facilities---it expects everything to be done in pixels. So if you +! happen to run your X server at a resolution of 100 pixels per inch +! (or some other strange value) instead of the widely used default of +! 75, x11-ssh-askpass looks might tiny. [Sigh]. +! +! To get around this, umm, limitation, we declare the resolution that +! the spacing and width/height pixels values are "valid" for, along +! with a fuzz factor. If the current actual resolution is outside of +! the range of <DEFAULT - FUZZ>..<DEFAULT + FUZZ>, then we scale pixel +! measurements to fit the actual resolution. +! +! (And if you think *this* is a horrid hack, then take a look at the +! actual code, which has to deal with conversion to [cheesy fanfare] +! that's right---millimeters!!! The right hand managed to slip that +! one in while the left hand was adding a '-dpi' switch to the sample +! server implementation. I think both left feet were adding the +! RESOLUTION_X and RESOLUTION_Y fields [in dots per inch, naturally] +! to the X Logical Font Description. The irony is underwhelming.) + +*defaultXResolution: 75/in +*defaultYResolution: 75/in +*xResolutionFuzz: 20/in +*yResolutionFuzz: 20/in + +! Number of seconds to wait for a key- or button-press +! before giving up. '0' means wait forever. +*inputTimeout: 0 + +! Ssh-askpass grabs the keyboard by default. +! To stop it from grabbing the keyboard, use: +!*grabKeyboard: false + +! Ssh-askpass does not grab the pointer by default. +! To make it grab the pointer, use: +!*grabPointer: true + +! Ssh-askpass does not grab the server by default. +! To make it grab the server, use: +!*grabServer: true + +*Dialog.title: OpenSSH Authentication Passphrase Request +*Dialog.label: Please enter your authentication passphrase: +*okButton.label: OK +*cancelButton.label: Cancel + |