ratpoison-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RP] s/xterm/rxvt/g


From: Jonathan Walther
Subject: [RP] s/xterm/rxvt/g
Date: Tue, 24 Apr 2001 10:39:22 -0700 (PDT)

-----BEGIN PGP SIGNED MESSAGE-----

Whereas xterm is buggy and doesn't play nicely with ratpoison
(at least on my systems), and rxvt does, how about substituting
rxvt for xterm throughout the source tree?  The patch is trivial,
so I supply it here:

Index: README
===================================================================
RCS file: /cvsroot/ratpoison/ratpoison/README,v
retrieving revision 1.8
diff -U2 -r1.8 README
- --- README    2001/03/02 09:45:21     1.8
+++ README      2001/04/24 17:57:47
@@ -31,5 +31,5 @@
 
 Use the configure option '--with-xterm=PROG' to set the x terminal
- -emulator to use. The default is `xterm'.
+emulator to use. The default is `rxvt'.
 
 Consult the INSTALL file for more information about the configure script.
Index: configure.in
===================================================================
RCS file: /cvsroot/ratpoison/ratpoison/configure.in,v
retrieving revision 1.18
diff -U2 -r1.18 configure.in
- --- configure.in      2001/03/14 07:42:17     1.18
+++ configure.in        2001/04/24 17:57:47
@@ -40,6 +40,6 @@
        fi],[AC_MSG_RESULT(no)])
 
- -AC_ARG_WITH(xterm, [ --with-xterm=PROG        set the x terminal emulator 
used by ratpoison ],
- -term_prog=$withval, term_prog="xterm")
+AC_ARG_WITH(rxvt, [ --with-xterm=PROG        set the x terminal emulator used 
by ratpoison ],
+term_prog=$withval, term_prog="rxvt")
 AC_DEFINE_UNQUOTED(TERM_PROG,"$term_prog")
 
Index: debian/control
===================================================================
RCS file: /cvsroot/ratpoison/ratpoison/debian/control,v
retrieving revision 1.4
diff -U2 -r1.4 control
- --- debian/control    2001/03/22 22:12:47     1.4
+++ debian/control      2001/04/24 17:57:47
@@ -9,5 +9,5 @@
 Architecture: any
 Depends: ${shlibs:Depends}
- -Recommends: xterm | x-terminal-emulator
+Recommends: rxvt | x-terminal-emulator
 Provides: x-window-manager
 Description: Simple window manager with no fat library dependencies.
Index: doc/sample.ratpoisonrc
===================================================================
RCS file: /cvsroot/ratpoison/ratpoison/doc/sample.ratpoisonrc,v
retrieving revision 1.2
diff -U2 -r1.2 sample.ratpoisonrc
- --- doc/sample.ratpoisonrc    2001/03/12 01:10:48     1.2
+++ doc/sample.ratpoisonrc      2001/04/24 17:57:47
@@ -11,5 +11,5 @@
 
 # Emulate screen by starting with a new xterm
- -exec xterm
+exec rxvt
 
 # Bind e to our favorite editor
@@ -17,5 +17,5 @@
 
 # bind s to interactively run a surfraw query on freshmeat
- -bind s colon exec xterm -e freshmeat 
+bind s colon exec rxvt -e freshmeat 
 
 # bind b (`b' for browse) to interactively ask for an URL to open

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia
Charset: noconv

iQCVAwUBOuW6S8K9HT/YfGeBAQFkQQQAosc2U7AbAvsnSDY105KvvNgzBn0aORf7
xZhvdFvpFZd0ePQZzDhlJ2abhuK03dxl6ki7C7d41ck/2ZCDwvnZEtJqblmRUAox
5KODL2U8A4sZYCpw1oke+58oIkSKFiWQjX8VG12MCUjzh9XymR4FHkUxPIXCNjhT
apW+aCXY0lg=
=6CM1
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]