mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
Ticket #277: mc hangs if mouse support enabled on konsole-256color terminal
Added recognize for 'konsole' terminal into init_xterm_support() function. Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
1c561adb9e
commit
678e10a3ed
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user