@@ -5,6 +5,7 @@
absolute path of the created directory, the input is passed to
update_panels().
* Makefile.am: ecs-test needs $(INTLLIBS).
+ * main.c (init_xterm_support): Eterm can handle mouse events, too.
2006-02-03 Roland Illig <roland.illig@gmx.de>
@@ -1374,6 +1374,7 @@ init_xterm_support (void)
if (force_xterm || strncmp (termvalue, "xterm", 5) == 0
|| strncmp (termvalue, "rxvt", 4) == 0
+ || strcmp (termvalue, "Eterm") == 0
|| strcmp (termvalue, "dtterm") == 0) {
xterm_flag = 1;