Hey;
Does anyone know how to make aterm or Eterm read in and
use the standard ~/.Xdefaults Translations resource?
I have a number of bindings to a variety of function keys; however,
I can't seem to get [aE]term to use them.
Unlike the xterm man page, [aE]term don't mention the Translations
resource, so I'm assuming it's not currently possible.
Does anyone know different?
Thanks for your time.
Doug O'Leary
--
--------
Senior UNIX Admin
O'Leary Computer Enterprises
dkoleary@olearycomputers.com (w) 630-904-6098 (c) 630-248-2749
resume: http://home.comcast.net/~dkoleary/resume.html
|
|
0
|
|
|
|
Reply
|
dkoleary3 (88)
|
9/6/2005 2:48:34 PM |
|
Doug O'Leary <dkoleary@olearycomputers.com> wrote:
> Hey;
> Does anyone know how to make aterm or Eterm read in and
> use the standard ~/.Xdefaults Translations resource?
use xterm
(rxvt/... read a small subset of the X defaults file using some hardcoded
logic - translations requires a bit more work than a couple of sscanf's).
> I have a number of bindings to a variety of function keys; however,
> I can't seem to get [aE]term to use them.
> Unlike the xterm man page, [aE]term don't mention the Translations
> resource, so I'm assuming it's not currently possible.
that's true.
--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
|
|
0
|
|
|
|
Reply
|
dickey (408)
|
9/6/2005 4:05:01 PM
|
|
On comp.os.linux.misc, in
<slrndhrb1p.pfk.dkoleary@linux.attbi.com>, "Doug O'Leary" wrote:
> Hey;
>
> Does anyone know how to make aterm or Eterm read in and use the
> standard ~/.Xdefaults Translations resource?
>
> I have a number of bindings to a variety of function keys;
> however, I can't seem to get [aE]term to use them.
>
> Unlike the xterm man page, [aE]term don't mention the
> Translations resource, so I'm assuming it's not currently
> possible.
>
> Does anyone know different?
Wish I could help you, Doug, but aterm is pretty basic, which is
why I use it. I live in x-terminal-emulators and I love aterms
because there no trace of them on the screen when you use these
commandline options:
aterm -title "$1" -fn\
"-schumacher-clean-medium-r-normal--10-100-75-\
75-c-50-iso646.1991-irv" -geometry 109X45+0+0 \
-bg white -sl 250 +sb
(the title is picked up by my window manager, not displayed
by ater)
That's all it needs to do, for me. Just emulate a terminal with
black on white and a nice font.
If you want more, try an xterm. I see that its maintainer,
Thomas Dickey, has dropped by, so you are in luck.
AC
--
Ratpoison is the best graphical window manager I've ever
used: http://www.nongnu.org/ratpoison/
If you like Screen, you'll like Ratpoison.
|
|
0
|
|
|
|
Reply
|
zzzzzz1 (101)
|
9/6/2005 11:07:28 PM
|
|