mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Value accuracy of mouse_enabled global variable.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
8445c885a5
commit
b982f70d4b
@ -121,7 +121,7 @@ enable_mouse (void)
|
||||
use_mouse_p = MOUSE_NONE;
|
||||
return;
|
||||
}
|
||||
mouse_enabled = 1;
|
||||
mouse_enabled = TRUE;
|
||||
}
|
||||
break;
|
||||
#endif /* HAVE_LIBGPM */
|
||||
|
Loading…
Reference in New Issue
Block a user