Merge branch '277_konsole_256color'

* 277_konsole_256color:
  Ticket #277: mc hangs if mouse support enabled on konsole-256color terminal
This commit is contained in:
Slava Zanko 2009-08-19 13:19:31 +03:00
commit 02bb6efe51

View File

@ -1219,6 +1219,7 @@ init_xterm_support (void)
} }
if (force_xterm || strncmp (termvalue, "xterm", 5) == 0 if (force_xterm || strncmp (termvalue, "xterm", 5) == 0
|| strncmp (termvalue, "konsole", 7) == 0
|| strncmp (termvalue, "rxvt", 4) == 0 || strncmp (termvalue, "rxvt", 4) == 0
|| strcmp (termvalue, "Eterm") == 0 || strcmp (termvalue, "Eterm") == 0
|| strcmp (termvalue, "dtterm") == 0) { || strcmp (termvalue, "dtterm") == 0) {