mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
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
|
||
|
|