| /vim-8.2.3635/src/ |
| H A D | mouse.c | 131 int row = mouse_row; in get_fpos_of_mouse() 573 || mouse_row in do_mouse() 736 if (mouse_row == 0) in do_mouse() 746 mouse_row = 0; in do_mouse() 1085 row = mouse_row; in ins_mousescroll() 1517 int row = mouse_row; in jump_to_mouse() 2016 row = mouse_row; in nv_mousescroll() 2382 mouse_row = mr - 1; in check_termcode_mouse() 2443 mouse_row = val; in check_termcode_mouse() 2642 mouse_row = Pr - 1; in check_termcode_mouse() [all …]
|
| H A D | popupmenu.c | 1148 if (Rows - mouse_row > pum_size) in pum_position_at_mouse() 1151 pum_row = mouse_row + 1; in pum_position_at_mouse() 1158 pum_row = mouse_row - pum_size; in pum_position_at_mouse() 1424 int idx = mouse_row - pum_row; in pum_select_mouse_pos() 1602 mouse_row = curwin->w_winrow + curwin->w_wrow; in pum_make_popup()
|
| H A D | popupwin.c | 148 wp->w_popup_mouse_row = mouse_row; in set_mousemoved_values() 165 if (find_word_under_cursor(mouse_row, mouse_col, TRUE, flags, in set_mousemoved_columns() 227 drag_start_row = mouse_row; in popup_start_drag() 272 int height_inc = mouse_row - drag_start_row; in popup_drag() 293 drag_start_row = mouse_row; in popup_drag() 302 wp->w_wantline = drag_start_wantline + (mouse_row - drag_start_row); in popup_drag() 2009 wp->w_wantline = mouse_row; in popup_create() 2316 && (wp->w_popup_mouse_row != mouse_row in check_mouse_moved() 2333 int row = mouse_row; in popup_handle_mouse_moved() 2358 int row = mouse_row; in filter_handle_drag() [all …]
|
| H A D | clipboard.c | 505 clip_start_selection(mouse_col, mouse_row, FALSE); in clip_modeless() 506 clip_process_selection(button, mouse_col, mouse_row, repeat); in clip_modeless() 509 clip_start_selection(mouse_col, mouse_row, repeat); in clip_modeless() 515 clip_process_selection(button, mouse_col, mouse_row, repeat); in clip_modeless() 518 clip_process_selection(MOUSE_RELEASE, mouse_col, mouse_row, FALSE); in clip_modeless()
|
| H A D | beval.c | 150 int row = mouse_row; in get_beval_info()
|
| H A D | getchar.c | 1665 mouse_row = old_mouse_row; in vgetc() 2104 int row = mouse_row; in getchar_common() 2880 old_mouse_row = mouse_row; in vungetc()
|
| H A D | terminal.c | 1263 int row = mouse_row - W_WINROW(curwin); in term_send_mouse() 1317 save_mouse_row = mouse_row; in term_mouse_click() 1319 mouse_row = enter_mouse_row; in term_mouse_click() 1322 mouse_row = save_mouse_row; in term_mouse_click() 2177 int row = mouse_row; in send_keys_to_term() 2488 enter_mouse_row = mouse_row; in term_win_entered()
|
| H A D | testing.c | 1307 mouse_row = (time_t)tv_get_number(&argvars[0]) - 1; in f_test_setmouse()
|
| H A D | ex_getln.c | 1286 if (mouse_row < cmdline_row && clip_star.available) in cmdline_left_right_mouse() 1314 if (mouse_row <= cmdline_row + ccline.cmdspos / Columns in cmdline_left_right_mouse()
|
| H A D | misc1.c | 958 n = mouse_row + 1; in get_number()
|
| H A D | globals.h | 557 EXTERN int mouse_row; variable
|
| H A D | os_unix.c | 7754 prev_row = mouse_row; in do_xterm_trace() 7762 xterm_hints.y = win_y - (xterm_hints.height_inc * mouse_row) in do_xterm_trace()
|
| H A D | message.c | 1272 && mouse_row < msg_row in wait_return()
|
| H A D | insexpand.c | 1870 int row = mouse_row; in ins_compl_prep()
|
| H A D | term.c | 5626 mouse_row = 128 * (bytes[2] - ' ' - 1) + bytes[3] - ' ' - 1; in check_termcode()
|
| H A D | gui_w32.c | 4343 mouse_row = wp->w_winrow; in _OnMouseWheel()
|
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | mouse.c | 58 if(col == state->mouse_col && row == state->mouse_row) in vterm_mouse_move() 62 state->mouse_row = row; in vterm_mouse_move() 93 output_mouse(state, button-1, pressed, mod, state->mouse_col, state->mouse_row); in vterm_mouse_button() 96 output_mouse(state, button-4 + 0x40, pressed, mod, state->mouse_col, state->mouse_row); in vterm_mouse_button()
|
| H A D | vterm_internal.h | 99 int mouse_col, mouse_row; member
|
| H A D | state.c | 74 state->mouse_row = 0; in vterm_state_new() 1979 mousestate->pos.row = state->mouse_row; in vterm_state_get_mousestate()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version6.txt | 2240 down scroll. Now pass on a mouse event with mouse_row set to -1.
|