mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44: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:
@@ -5725,8 +5725,6 @@ win_setminwidth(void)
|
||||
}
|
||||
}
|
||||
|
||||
#if defined(FEAT_MOUSE) || defined(PROTO)
|
||||
|
||||
/*
|
||||
* Status line of dragwin is dragged "offset" lines down (negative is up).
|
||||
*/
|
||||
@@ -5958,7 +5956,6 @@ win_drag_vsep_line(win_T *dragwin, int offset)
|
||||
(void)win_comp_pos();
|
||||
redraw_all_later(NOT_VALID);
|
||||
}
|
||||
#endif /* FEAT_MOUSE */
|
||||
|
||||
#define FRACTION_MULT 16384L
|
||||
|
||||
|
Reference in New Issue
Block a user