Browse Source

* main.c (init_xterm_support): Eterm can handle mouse events, too.

Roland Illig 19 years ago
parent
commit
249e1c43e7
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/ChangeLog
  2. 1 0
      src/main.c

+ 1 - 0
src/ChangeLog

@@ -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>
 

+ 1 - 0
src/main.c

@@ -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;