mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
patch 8.1.2171: mouse support not always available
Problem: Mouse support not always available. Solution: Enable mouse support also in tiny version. Do not define FEAT_MOUSE_XTERM on MS-Windows (didn't really work).
This commit is contained in:
@@ -4976,9 +4976,7 @@ clear_termoptions(void)
|
||||
* outputting a few things that the terminal doesn't understand, but the
|
||||
* screen will be cleared later, so this is OK.
|
||||
*/
|
||||
#ifdef FEAT_MOUSE_TTY
|
||||
mch_setmouse(FALSE); /* switch mouse off */
|
||||
#endif
|
||||
mch_setmouse(FALSE); // switch mouse off
|
||||
#ifdef FEAT_TITLE
|
||||
mch_restore_title(SAVE_RESTORE_BOTH); /* restore window titles */
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user