forked from aniani/vim
patch 8.2.4902: mouse wheel scrolling is inconsistent
Problem: Mouse wheel scrolling is inconsistent. Solution: Use the MS-Winows system setting. (closes #10368)
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
/* mouse.c */
|
||||
void mouse_set_vert_scroll_step(long step);
|
||||
void mouse_set_hor_scroll_step(long step);
|
||||
int do_mouse(oparg_T *oap, int c, int dir, long count, int fixindent);
|
||||
void ins_mouse(int c);
|
||||
void ins_mousescroll(int dir);
|
||||
|
||||
Reference in New Issue
Block a user