mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-29 19:22:56 +03:00
Modified mouse initialization.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
62378d71d7
commit
c6ff13821d
@ -1247,6 +1247,7 @@ setup_mc (void)
|
||||
|
||||
verbose = !((tty_baudrate () < 9600) || tty_is_slow ());
|
||||
|
||||
init_xterm_support ();
|
||||
init_mouse ();
|
||||
}
|
||||
|
||||
@ -1969,8 +1970,6 @@ main (int argc, char *argv[])
|
||||
_("Cannot create %s directory"), mc_dir);
|
||||
g_free (mc_dir);
|
||||
|
||||
init_xterm_support ();
|
||||
|
||||
#ifdef HAVE_SUBSHELL_SUPPORT
|
||||
/* Done here to ensure that the subshell doesn't */
|
||||
/* inherit the file descriptors opened below, etc */
|
||||
|
Loading…
x
Reference in New Issue
Block a user