Searched refs:which_button (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/vim-55/src/proto/
H A Dui.pro56 int jump_to_mouse __ARGS((int flags, int *inclusive, int which_button));
/macosx-10.10.1/vim-55/src/
H A Dnormal.c2279 int which_button; /* MOUSE_LEFT, _MIDDLE or _RIGHT */ local
2337 which_button = get_mouse_button(KEY2TERMCAP1(c), &is_click, &is_drag);
2389 if (is_click && (mod_mask & MOD_MASK_CTRL) && which_button == MOUSE_RIGHT)
2403 if ((mod_mask & MOD_MASK_CTRL) && which_button != MOUSE_LEFT)
2415 || which_button == MOUSE_MIDDLE)
2418 && which_button == MOUSE_LEFT)
2421 && which_button == MOUSE_RIGHT)
2430 if (!is_click && which_button == MOUSE_MIDDLE)
2441 if (which_button == MOUSE_MIDDLE)
2604 if (which_button
[all...]
H A Dui.c2454 jump_to_mouse(flags, inclusive, which_button)
2457 int which_button; /* MOUSE_LEFT, MOUSE_RIGHT, MOUSE_MIDDLE */
2665 else if (on_status_line && which_button == MOUSE_LEFT)
2680 else if (on_sep_line && which_button == MOUSE_LEFT)

Completed in 87 milliseconds