From 55aa80961a4ca7e65cbc538576bff13ac26721d2 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 27 Jul 2009 00:34:55 +0200 Subject: [PATCH] Xdefaults: Add support for rxvt. Also update setup.sh. --- Xdefaults.in | 2 +- setup.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Xdefaults.in b/Xdefaults.in index 19d3cd4..e383637 100644 --- a/Xdefaults.in +++ b/Xdefaults.in @@ -1,6 +1,6 @@ ! Configuration file for X11 programs. ! -! It is designed to work with xterm (and its unicode variant). +! It is designed to work with xterm and rxvt (and their unicode variants). ! ! "Term" is an alias for all supported terminal emulators; it is automatically ! replaced by setup.sh. diff --git a/setup.sh b/setup.sh index 25f4684..e0c0b5f 100755 --- a/setup.sh +++ b/setup.sh @@ -20,6 +20,7 @@ if installed X; then s/^Term//; print "XTerm", $_; print "UXTerm", $_; + print "Rxvt", $_; } elsif (/^XTerm/) { print $_; s/^XTerm//; -- 2.44.1