Larry W. Virden <[EMAIL PROTECTED]> typed:
: I have configured rxvt with these options:
: # /ldatae/X/rxvt/rxvt-2.7.9/configure  sparc-sun-solaris8 
:--target=sparc-sun-solaris8 --program-prefix=g 
:--prefix=/projects/gnu/sparc-sun-solaris8 
:--exec-prefix=/projects/gnu/sparc-sun-solaris8 --with-shared --with-profile 
:--with-gnu-gettext --enable-nls --with-rx --with-x --with-x-toolkit=motif 
:--x-includes=/usr/openwin/include --x-libraries=/usr/openwin/lib --with-term=rxvt 
:--enable-xpm-background --with-xpm --with-xpm-includes=/vobs/common/include/X11 
:--with-xpm-library=/cas/X11/sun4/lib --enable-transparency --enable-everything 
:--enable-languages --enable-xgetdefault --enable-xim --enable-new-selection 
:--enable-smart-resize --enable-24bit --enable-256-color --enable-keepscrolling 
:--enable-frills --disable-mousewheel --disable-lastlog --disable-utmp --disable-wtmp
: 
: and have an app-defaults file of:
: 
: Rxvt*backspacekey: ""
: Rxvt*deletekey: ""
: 
: 1. When I start rxvt with no arguments, I get black text on a black
: background... rather unhelpful.

Try the patch below:

: 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.

Don't know about this one yet.  These show up via "xrdb -query"?  e.g.
% xrdb -query | fgrep 'Rxvt*backspacekey'
 
Index: src/rxvt.h
===================================================================
RCS file: /cvsroot/rxvt/rxvt/src/rxvt.h,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- src/rxvt.h  1 Oct 2002 04:32:40 -0000       1.159
+++ src/rxvt.h  13 Nov 2002 06:04:46 -0000      1.160
@@ -1,5 +1,5 @@
 /*
- * $Id: rxvt.h,v 1.159 2002/10/01 04:32:40 gcw Exp $
+ * $Id: rxvt.h,v 1.160 2002/11/13 06:04:46 gcw Exp $
  */
 
 #ifndef _RXVT_H_               /* include once only */
@@ -324,7 +324,7 @@
 
 #define RS_None                        0       /* Normal */
 
-#if defined(TTY_256COLOR) || defined(MULTICHAR_SET)
+#if defined(TTY_256COLOR)
 /* have at least 32 bits to use */
 # define RS_fgMask             0x000001FFu     /* 512 colors */
 # define RS_bgMask             0x0003FE00u     /* 512 colors */


Regards,
-- 
Geoff Wing : <[EMAIL PROTECTED]>
Rxvt Stuff : <[EMAIL PROTECTED]>
Zsh Stuff  : <[EMAIL PROTECTED]>

Reply via email to