aboutsummaryrefslogtreecommitdiff
path: root/x11/wterm/files/patch-ab
blob: 96aba37b8ecbef2657bbfb273f2f14d6e32de983 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- src/wterm.h.orig	Thu Aug 10 03:12:22 2000
+++ src/wterm.h	Thu Aug 10 03:12:47 2000
@@ -408,11 +408,13 @@
 #else
 # define COLORTERMENVFULL COLORTERMENV
 #endif
+
+#undef TERMENV
 #ifndef TERMENV
 # ifdef KANJI
 #  define TERMENV	"kterm"
 # else
-#  define TERMENV	"xterm"
+#  define TERMENV	"xterm-color"
 # endif
 #endif