Modified mouse initialization.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2009-09-02 11:47:01 +04:00
parent 62378d71d7
commit c6ff13821d

View File

@ -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 */