f69cd6f97c
Submitted by: Tobias Reifenberger <treif@mayn.de>
17 lines
328 B
Text
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
|
|
|