summaryrefslogtreecommitdiff
path: root/src/feature.h
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2001-05-08 05:17:36 +0000
committerMichael Jennings <mej@kainx.org>2001-05-08 05:17:36 +0000
commit07bae6a2646efb0d58ab2cd67e402de33c81d8dc (patch)
treef10c5fb3d302731da307b378074de8b82f05865b /src/feature.h
parent7f40cf6a9ed1812c9d133114e32e39359281fd72 (diff)
downloadeterm-07bae6a2646efb0d58ab2cd67e402de33c81d8dc.tar.gz
We're getting awfully close....
SVN revision: 4738
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/feature.h b/src/feature.h
index 88c6cc5..263b1a6 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -267,13 +267,8 @@ inline void *memmove(void *, const void *, size_t);
#define APL_NAME "Eterm"
/* COLORTERM, TERM environment variables */
-#ifdef MULTI_CHARSET
-# define TERMENV "kterm"
-# define COLORTERMENV "Eterm"
-#else
-# define TERMENV "xterm"
-# define COLORTERMENV "Eterm"
-#endif
+#define TERMENV "Eterm"
+#define COLORTERMENV "Eterm"
#ifdef NO_MOUSE_REPORT
# ifndef NO_MOUSE_REPORT_SCROLLBAR