forked from aniani/vim
patch 9.0.0902: some mouse scroll code is not in a good place
Problem: Some mouse scroll code is not in a good place. Solution: Refactor the code. (Christopher Plewright, closes #11561)
This commit is contained in:
committed by
Bram Moolenaar
parent
0c34d56264
commit
696d0a8625
@@ -15,7 +15,6 @@ int mouse_model_popup(void);
|
||||
void reset_dragwin(void);
|
||||
int jump_to_mouse(int flags, int *inclusive, int which_button);
|
||||
int do_mousescroll_horiz(long_u leftcol);
|
||||
void do_mousescroll(int mode, cmdarg_T *cap);
|
||||
void nv_mousescroll(cmdarg_T *cap);
|
||||
void nv_mouse(cmdarg_T *cap);
|
||||
void reset_held_button(void);
|
||||
|
||||
Reference in New Issue
Block a user