freebsd-ports/x11/wterm/files/patch-ab
Chris Piazza f69cd6f97c Update to 6.2.7a1
Submitted by:	Tobias Reifenberger <treif@mayn.de>
2000-08-28 06:49:13 +00:00

17 lines
328 B
Text

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