From: Geoff Wing <[EMAIL PROTECTED]>
> Try the patch below:
Tried the patch, discovered when it looked like things were not working
that the problem was a strange path, and now see that the change works fine.
: 2. When rxvt is executed with these flags:
: rxvt +sb -fg bisque -bg black -geometry 80x60 -title xtrn -n xtrn
: I am getting _green_ text on a bisque background. My backspace key and
: delete key generate two character sequence ^ followed by H - even though
: the value in the app-defaults is a single control-h.
At this point, I am getting bisque and black
> Don't know about this one yet. These show up via "xrdb -query"? e.g.
> % xrdb -query | fgrep 'Rxvt*backspacekey'
xrdb -query | fgrep 'Rxvt*backspacekey'
Rxvt*backspacekey: "
Looks like the argument parsing isn't doing what I expected. PS -
when I type " - I see " and I don't see a backspace action...
However, even when I change
Rxvt*backspacekey: ""
to
Rxvt*backspacekey:
I still see this:
$ xrdb -query | fgrep 'Rxvt*backspacekey'
Rxvt*backspacekey:
$ xrdb -query | fgrep 'Rxvt*backspacekey' | od -bc
0000000 122 170 166 164 052 142 141 143 153 163 160 141 143 145 153 145
R x v t * b a c k s p a c e k e
0000020 171 072 011 010 012
y : \t \b \n
0000025
So there still seems to be some sort of problem getting things defined here.
--
Tcl - The glue of a new generation. <URL: http://wiki.tcl.tk/ >
Larry W. Virden <mailto:[EMAIL PROTECTED]> <URL: http://www.purl.org/NET/lvirden/>
Even if explicitly stated to the contrary, nothing in this posting should
be construed as representing my employer's opinions.
-><-