diff options
Diffstat (limited to 'x11/wterm/files/patch-ab')
-rw-r--r-- | x11/wterm/files/patch-ab | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/wterm/files/patch-ab b/x11/wterm/files/patch-ab new file mode 100644 index 000000000000..96aba37b8ecb --- /dev/null +++ b/x11/wterm/files/patch-ab @@ -0,0 +1,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 + |