mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f69cd6f97c
Submitted by: Tobias Reifenberger <treif@mayn.de>
18 lines
328 B
Plaintext
18 lines
328 B
Plaintext
--- 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
|
|
|