mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 17:29:28 +03:00
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 = "";
|
termvalue = "";
|
||||||
}
|
}
|
||||||
#ifndef HAVE_X
|
#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;
|
use_mouse_p = XTERM_MOUSE;
|
||||||
xterm_flag = 1;
|
xterm_flag = 1;
|
||||||
# ifdef SET_TITLE
|
# ifdef SET_TITLE
|
||||||
|
Loading…
Reference in New Issue
Block a user