Merge pull request #707 from mglae/mrxvt_xterm

system-tools: mrxvt: set terminal type to "xterm"
This commit is contained in:
Christian Hewitt 2016-09-08 07:27:10 +04:00 committed by GitHub
commit 8085350c7e
2 changed files with 13 additions and 1 deletions

View File

@ -64,7 +64,8 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_setpgrp_void=no \
--disable-use-fifo \ --disable-use-fifo \
--disable-greek \ --disable-greek \
--disable-xim \ --disable-xim \
--disable-utempter" --disable-utempter\
--with-term=xterm"
makeinstall_target() { makeinstall_target() {
: # nop : # nop

View File

@ -0,0 +1,11 @@
--- mrxvt-0.5.4/src/rxvt.h.org 2008-08-04 09:41:35.000000000 +0200
+++ mrxvt-0.5.4/src/rxvt.h 2016-05-24 19:23:28.000000000 +0200
@@ -631,7 +631,7 @@
#define APL_NAME "mrxvt" /* normal name */
/* COLORTERM, TERM environment variables */
-#define COLORTERMENV "rxvt"
+#define COLORTERMENV "xterm"
#ifdef BACKGROUND_IMAGE
# define COLORTERMENVFULL COLORTERMENV "-xpm"
#else