summaryrefslogtreecommitdiff
path: root/src/feature.h
diff options
context:
space:
mode:
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