mirror of https://github.com/MidnightCommander/mc
Added a missing parentheses to main.c
hmm, should utilunix.c include textconf.h for port_shutdown_extra_fds()?
This commit is contained in:
parent
ca2ffb99b6
commit
e4e57dca23
|
@ -2315,7 +2315,7 @@ OS_Setup ()
|
|||
termvalue = "";
|
||||
}
|
||||
#ifndef HAVE_X
|
||||
if (force_xterm || (strncmp (termvalue, "xterm", 5) == 0 || strcmp (termvalue, "dtterm") == 0){
|
||||
if (force_xterm || (strncmp (termvalue, "xterm", 5) == 0 || strcmp (termvalue, "dtterm") == 0)){
|
||||
use_mouse_p = XTERM_MOUSE;
|
||||
xterm_flag = 1;
|
||||
# ifdef SET_TITLE
|
||||
|
|
Loading…
Reference in New Issue