Lines Matching refs:row
27 let row = 2
29 call MouseLeftClick(row, col)
30 call MouseLeftRelease(row, col)
130 let row = 1
132 call MouseCtrlLeftClick(row, col)
133 call MouseLeftRelease(row, col)
138 call MouseCtrlRightClick(row, col)
139 call MouseRightRelease(row, col)
150 let str = 'iHello' .. MouseCtrlRightClickCode(row, col)
151 \ .. MouseRightReleaseCode(row, col) .. "\<C-C>"
156 let str = "4" .. MouseCtrlRightClickCode(row, col)
157 \ .. MouseRightReleaseCode(row, col)
165 call test_setmouse(row, col)
171 call test_setmouse(row, col)
203 let row = 1
205 call MouseMiddleClick(row, col)
206 call MouseMiddleRelease(row, col)
211 call MouseMiddleClick(row, col)
212 call MouseMiddleRelease(row, col)
216 let row = 5
218 call MouseMiddleClick(row, col)
219 call MouseMiddleRelease(row, col)
381 let row = &lines - &cmdwinheight - 2
383 \ MouseLeftClickCode(row, 1) ..
384 \ MouseLeftDragCode(row - 1, 1) ..
385 \ MouseLeftReleaseCode(row - 2, 1) ..
485 let row = 4
486 call MouseLeftClick(row, col)
491 let row += 1
492 call MouseLeftDrag(row, col)
497 let row += 1
498 call MouseLeftDrag(row, col)
501 let row += 1
502 call MouseLeftDrag(row, col)
506 let row -= 1
507 call MouseLeftDrag(row, col)
511 let row -= 1
512 call MouseLeftDrag(row, col)
515 let row -= 1
516 call MouseLeftDrag(row, col)
521 let row -= 1
522 call MouseLeftDrag(row, col)
525 let row -= 1
526 call MouseLeftDrag(row, col)
529 let row -= 1
530 call MouseLeftDrag(row, col)
533 call MouseLeftRelease(row, col)
559 let row = rowseparator
562 " When 'ttymouse' is 'xterm2', row/col bigger than 223 are not supported.
563 if ttymouse_val !=# 'xterm2' || row <= 223
564 call MouseLeftClick(row, col)
565 let row -= 1
566 call MouseLeftDrag(row, col)
568 let row += 1
569 call MouseLeftDrag(row, col)
571 call MouseLeftRelease(row, col)
579 let row = 1
582 " When 'ttymouse' is 'xterm2', row/col bigger than 223 are not supported.
584 call MouseLeftClick(row, col)
586 call MouseLeftDrag(row, col)
589 call MouseLeftDrag(row, col)
591 call MouseLeftRelease(row, col)
617 let row = rowstatusline
620 if ttymouse_val ==# 'xterm2' && row > 223
621 " When 'ttymouse' is 'xterm2', row/col bigger than 223 are not supported.
625 call MouseLeftClick(row, col)
626 let row -= 1
627 call MouseLeftDrag(row, col)
630 let row += 1
631 call MouseLeftDrag(row, col)
634 call MouseLeftRelease(row, col)
652 let row = 1
669 call MouseLeftClick(row, col)
670 call MouseLeftRelease(row, col)
678 call MouseLeftClick(row, col)
679 call MouseLeftRelease(row, col)
701 let row = 1
706 " When 'ttymouse' is 'xterm2', row/col bigger than 223 are not supported.
726 call MouseLeftClick(row, col)
727 call MouseLeftRelease(row, col)
750 let row = 1
768 call MouseLeftClick(row, 10)
771 call MouseLeftDrag(row, col)
773 call MouseLeftRelease(row, col)
782 call MouseLeftClick(row, 11)
783 call MouseLeftRelease(row, 11)
803 let row = 1
819 call MouseLeftClick(row, col)
823 call MouseLeftRelease(row, col)
824 call MouseLeftClick(row, col)
826 call MouseLeftRelease(row, col)
837 call MouseLeftClick(row, col + 1)
838 call MouseLeftRelease(row, col + 1)
1030 let row = 4
1032 call MouseLeftClick(row, col)
1033 call MouseLeftRelease(row, col)
1039 let row = 2
1041 call MouseLeftClick(row, col)
1042 call MouseLeftRelease(row, col)
1049 let row = 5
1051 call MouseLeftClick(row, col)
1052 call MouseLeftRelease(row, col)
1070 let row = &lines
1073 " When 'ttymouse' is 'xterm2', row/col bigger than 223 are not supported.
1074 if ttymouse_val !=# 'xterm2' || row <= 223
1080 \ .. MouseLeftClickCode(row, 7)
1081 \ .. MouseLeftReleaseCode(row, 7) .. 'L'
1082 \ .. MouseRightClickCode(row, 4)
1083 \ .. MouseRightReleaseCode(row, 4) .. 'R'
1104 let row = &lines
1114 \ .. MouseMiddleReleaseCode(row, col)
1115 \ .. MouseMiddleClickCode(row, col)
1117 \ .. MouseMiddleReleaseCode(row, col)
1118 \ .. MouseMiddleClickCode(row, col)