Home
last modified time | relevance | path

Searched refs:row (Results 1 – 25 of 176) sorted by relevance

12345678

/vim-8.2.3635/src/testdir/
H A Dmouse.vim46 func NettermEscapeCode(row, col) argument
50 func MouseLeftClickCode(row, col) argument
60 func MouseLeftClick(row, col) argument
72 func MouseMiddleClick(row, col) argument
84 func MouseRightClick(row, col) argument
134 func MouseLeftRelease(row, col) argument
170 func MouseLeftDrag(row, col) argument
178 func MouseWheelUp(row, col) argument
186 func MouseWheelDown(row, col) argument
194 func MouseWheelLeft(row, col) argument
[all …]
H A Dtest_termcodes.vim27 let row = 2
130 let row = 1
203 let row = 1
216 let row = 5
652 let row = 1
701 let row = 1
750 let row = 1
803 let row = 1
1030 let row = 4
1039 let row = 2
[all …]
H A Dtest_modeless.vim94 " select multiple characters across lines with (end row > start row) and
107 " select multiple characters across lines with (end row > start row) and
120 " select multiple characters across lines with (end row < start row) and
133 " select multiple characters across lines with (end row < start row) and
146 " select multiple characters across lines with (end row < start row) and
159 " select multiple characters across lines with start/end row and start/end
/vim-8.2.3635/src/libvterm/src/
H A Dstate.c53 for(row = rect.start_row + 1; row < rect.end_row + 1 && row < state->rows; row++) in erase()
680 for(pos.row = 0; pos.row < state->rows; pos.row++) in on_escape()
819 for(row = 0; row < state->rows; row++) in set_dec_mode()
1078 p.row = row - 1; in on_csi()
1091 state->pos.row = row-1; in on_csi()
1118 for(row = rect.start_row; row < rect.end_row; row++) in on_csi()
1127 for(row = rect.start_row; row < rect.end_row; row++) in on_csi()
1304 state->pos.row = row-1; in on_csi()
1320 state->pos.row = row-1; in on_csi()
1812 for(row = 0; row < state->rows && row < rows; row++) { in on_resize()
[all …]
H A Dscreen.c79 if(row < 0 || row >= screen->rows) in getcell()
91 int row; in alloc_buffer() local
94 for(row = 0; row < rows; row++) { in alloc_buffer()
213 pos.row = row; in sb_pushline_from_row()
228 int row; in moverect_internal() local
229 for(row = 0; row < src.start_row; row++) in moverect_internal()
237 int row; in moverect_internal() local
250 for(row = init_row; row != test_row; row += inc_row) in moverect_internal()
282 for(row = rect.start_row; row < screen->state->rows && row < rect.end_row; row++) { in erase_internal()
534 for(row = 0; row <= old_row; row++) in resize_buffer()
[all …]
H A Dmouse.c5 static void output_mouse(VTermState *state, int code, int pressed, int modifiers, int col, int row) in output_mouse() argument
13 if(row + 0x21 > 0xff) in output_mouse()
14 row = 0xff - 0x21; in output_mouse()
20 (code | modifiers) + 0x20, col + 0x21, row + 0x21); in output_mouse()
32 len += fill_utf8(row + 0x21, utf8 + len); in output_mouse()
41 code | modifiers, col + 1, row + 1, pressed ? 'M' : 'm'); in output_mouse()
49 code | modifiers, col + 1, row + 1); in output_mouse()
54 void vterm_mouse_move(VTerm *vt, int row, int col, VTermModifier mod) in vterm_mouse_move() argument
58 if(col == state->mouse_col && row == state->mouse_row) in vterm_mouse_move()
62 state->mouse_row = row; in vterm_mouse_move()
[all …]
/vim-8.2.3635/src/
H A Dscreen.c144 int row, in screen_fill_end() argument
178 int row, in win_draw_end() argument
464 clip_may_clear_selection(row, row); in screen_line()
486 screen_fill(row, row + 1, col + coloff, in screen_line()
933 int row; in win_redr_status_matches() local
1097 ++row; in win_redr_status_matches()
1223 int row; in win_redr_custom() local
1251 row = 0; in win_redr_custom()
1522 || row >= screen_Rows || row < 0 in screen_puts_len()
2273 for (r = row; r < row + height; ++r) in screen_draw_rectangle()
[all …]
H A Dclipboard.c642 row = check_row(row); in clip_start_selection()
728 int row, in clip_process_selection() argument
771 row = check_row(row); in clip_process_selection()
921 clip_invert_area(&clip_star, row, start, row, end, 0); in clip_may_redraw_selection()
993 int row; in clip_copy_modeless_selection() local
1014 row = row1; row1 = row2; row2 = row; in clip_copy_modeless_selection()
1015 row = col1; col1 = col2; col2 = row; in clip_copy_modeless_selection()
1019 row = col1; col1 = col2; col2 = row; in clip_copy_modeless_selection()
1051 for (bufp = buffer, row = row1; row <= row2; row++) in clip_copy_modeless_selection()
1053 if (row == row1) in clip_copy_modeless_selection()
[all …]
H A Dgui.c404 gui.row = 0; in gui_init_check()
1105 gui.row = row; in gui_set_cursor()
1178 clip_may_clear_selection(gui.row, gui.row); in gui_update_cursor()
1931 gui_clear_block(gui.row, gui.col, gui.row, in gui_write()
1968 gui.row++; in gui_write()
2149 gui.row++; in gui_outstr()
2467 clip_may_clear_selection(gui.row, gui.row); in gui_outstr_nowrap()
2761 for (gui.row = row1; gui.row <= row2; gui.row++) in gui_redraw_block()
3333 row = -1; in gui_send_mouse_event()
3409 return row; in gui_xy2colrow()
[all …]
H A Dmouse.c1083 int row, col; in ins_mousescroll() local
1085 row = mouse_row; in ins_mousescroll()
1605 if (row >= 0 && row < Rows && col >= 0 && col <= Columns in jump_to_mouse()
1665 if (row == -1) in jump_to_mouse()
1734 row = 0; in jump_to_mouse()
1853 if (row < 0) in jump_to_mouse()
1888 row = 0; in jump_to_mouse()
2014 int row, col; in nv_mousescroll() local
2016 row = mouse_row; in nv_mousescroll()
2919 row -= count; in mouse_comp_pos()
[all …]
H A Ddrawscreen.c413 int row; in win_redr_status() local
529 screen_fill(row, row + 1, len + wp->w_wincol, in win_redr_status()
633 int row; in win_redr_ruler() local
791 screen_fill(row, row + 1, in win_redr_ruler()
1068 int row) in fold_line() argument
1866 if (row > 0 && bot_start + row in win_update()
2177 row = 0; in win_update()
2199 srow = row; in win_update()
2209 || (row >= mid_start && row < mid_end) in win_update()
2426 ++row; in win_update()
[all …]
H A Dpopupmenu.c388 && row >= pum_row in pum_under_menu()
400 int row = pum_row; in pum_redraw() local
604 screen_fill(row, row + 1, pum_col - pum_base_width - n + 1, in pum_redraw()
611 screen_fill(row, row + 1, col, pum_col + pum_base_width + n, in pum_redraw()
620 screen_fill(row, row + 1, pum_col - pum_width + 1, col + 1, ' ', in pum_redraw()
624 screen_fill(row, row + 1, col, pum_col + pum_width, ' ', ' ', in pum_redraw()
640 ++row; in pum_redraw()
656 int row = pum_row; in pum_position_info_popup() local
678 row -= popup_top_extra(wp); in pum_position_info_popup()
684 row += pum_height; in pum_position_info_popup()
[all …]
H A Dgui.h87 # define TEXT_Y(row) ((row) * gui.char_height + gui.char_ascent) argument
89 # define FILL_Y(row) ((row) * gui.char_height) argument
96 # define TEXT_Y(row) ((row) * gui.char_height + gui.char_ascent \ argument
98 # define FILL_Y(row) ((row) * gui.char_height + gui.border_offset) argument
258 int row; // Current cursor row in GUI display member
H A Dbeval.c33 int row = mouserow; in find_word_under_cursor() local
41 wp = mouse_find_win(&row, &col, FAIL_POPUP); in find_word_under_cursor()
42 if (wp != NULL && row >= 0 && row < wp->w_height && col < wp->w_width) in find_word_under_cursor()
46 if (!mouse_comp_pos(wp, &row, &col, &lnum, NULL)) in find_word_under_cursor()
150 int row = mouse_row; in get_beval_info() local
156 row = Y_2_ROW(beval->y); in get_beval_info()
160 if (find_word_under_cursor(row, col, getword, in get_beval_info()
H A Dpopupwin.c360 if (row >= height / 2) in popup_handle_scrollbar_click()
2917 int row; in f_popup_locate() local
3406 int row, col; in popup_update_mask() local
3455 for (row = lines - 1; row < linee; ++row) in popup_update_mask()
3789 int row; in update_popups() local
3984 screen_fill(row, row + 1, padcol, title_wincol, in update_popups()
3986 screen_fill(row, row + 1, title_wincol + title_len, in update_popups()
3988 row += 1; in update_popups()
3991 screen_fill(row, row + top_padding, padcol, padendcol, in update_popups()
4093 screen_fill(row, row + wp->w_popup_padding[2], in update_popups()
[all …]
H A Dversion.c8503 static void do_intro_line(int row, char_u *mesg, int add_version, int attr);
8529 int row; in intro_message() local
8599 row = blanklines / 2; in intro_message()
8600 if ((row >= 2 && Columns >= 50) || colon) in intro_message()
8629 do_intro_line(row, (char_u *)_(p), i == 2, 0); in intro_message()
8630 ++row; in intro_message()
8636 msg_row = row; in intro_message()
8641 int row, in do_intro_line() argument
8702 screen_puts_len(p, l, row, col, *p == '<' ? HL_ATTR(HLF_8) : attr); in do_intro_line()
8708 screen_puts(vers, row, col, 0); in do_intro_line()
H A Dgui_x11.c2320 int row, in gui_mch_draw_string() argument
2403 TEXT_Y(row), buf, wlen); in gui_mch_draw_string()
2406 TEXT_Y(row), (char *)s, len); in gui_mch_draw_string()
2421 TEXT_Y(row), buf, wlen); in gui_mch_draw_string()
2424 TEXT_Y(row), (char *)s, len); in gui_mch_draw_string()
2431 TEXT_Y(row), buf, wlen); in gui_mch_draw_string()
2434 TEXT_Y(row), (char *)s, len); in gui_mch_draw_string()
2442 TEXT_Y(row), buf, wlen); in gui_mch_draw_string()
2450 draw_curl(row, col, cells); in gui_mch_draw_string()
2455 int y = FILL_Y(row + 1) - 1; in gui_mch_draw_string()
[all …]
H A Ddrawline.c91 int row, in get_sign_display_info() argument
118 if (row == startrow in get_sign_display_info()
448 row = startrow; in win_line()
1079 && (row == startrow in win_line()
1334 row = wp->w_height; in win_line()
2516 wp->w_wrow = row; in win_line()
2787 row++; in win_line()
3093 ++row; in win_line()
3114 row = endrow; in win_line()
3120 ++row; in win_line()
[all …]
/vim-8.2.3635/src/libvterm/
H A Dtbl2inc_c.pl18 my $row = 0;
25 while ($row < $thisrow) {
26 print " 0x0, /* $row */\n";
27 ++$row;
36 s{$}{, /* $row */}; # append comma and index
40 ++$row;
43 while ($row < 128) {
44 print " 0x0, /* $row */\n";
45 ++$row;
/vim-8.2.3635/src/proto/
H A Dscreen.pro5 void win_draw_end(win_T *wp, int c1, int c2, int draw_margin, int row, int endrow, hlf_T hl);
10 void screen_line(int row, int coloff, int endcol, int clear_width, int flags);
12 void draw_vsep_win(win_T *wp, int row);
17 void screen_putchar(int c, int row, int col, int attr);
18 void screen_getbytes(int row, int col, char_u *bytes, int *attrp);
19 void screen_puts(char_u *text, int row, int col, int attr);
20 void screen_puts_len(char_u *text, int textlen, int row, int col, int attr);
25 void screen_char(unsigned off, int row, int col);
26 void screen_draw_rectangle(int row, int col, int height, int width, int invert);
37 void windgoto(int row, int col);
[all …]
H A Dpopupwin.pro2 int popup_on_border(win_T *wp, int row, int col);
3 int popup_close_if_on_X(win_T *wp, int row, int col);
4 void popup_start_drag(win_T *wp, int row, int col);
7 int popup_is_in_scrollbar(win_T *wp, int row, int col);
8 void popup_handle_scrollbar_click(win_T *wp, int row, int col);
17 void popup_set_wantpos_rowcol(win_T *wp, int row, int col);
H A Dgui_w32.pro53 void gui_mch_delete_lines(int row, int num_lines);
54 void gui_mch_insert_lines(int row, int num_lines);
75 void im_set_position(int row, int col);
78 void gui_mch_draw_string(int row, int col, char_u *text, int len, int flags);
90 void gui_mch_drawsign(int row, int col, int typenr);
99 void netbeans_draw_multisign_indicator(int row);
/vim-8.2.3635/src/libvterm/t/
H A Dharness.c429 int row; in screen_damage() local
432 for(row = rect.start_row; row < rect.end_row; row++) { in screen_damage()
437 pos.row = row; in screen_damage()
452 printf(" %d<", row); in screen_damage()
456 pos.row = row; in screen_damage()
744 int row, col, len; in main() local
753 vterm_mouse_move(vt, row, col, mod); in main()
793 if(pos.row != state_pos.row) in main()
795 pos.row, pos.col, state_pos.row, state_pos.col); in main()
798 pos.row, pos.col, state_pos.row, state_pos.col); in main()
[all …]
/vim-8.2.3635/runtime/syntax/
H A Dprogress.vim70 …ved get-codepage[s] get-coll[ations] get-column get-error-column get-error-row get-file-name get-f…
82 syn keyword ProgressReserved return-val[ue] revert revoke row-created row-deleted row-modified row-…
135 syn keyword ProgressOperator abs[olute] accelerator accept-changes accept-row-changes across active…
158 syn keyword ProgressOperator current-iteration current-query current-result-row current-row-modifie…
163 …t-list-entry delete-selected-row delete-selected-rows descript[ion] deselect-focused-row deselect-…
176 …m] fit-last-column fix-codepage fixed-only flat-button float focused-row focused-row-selected font…
196 …hars inner-lines input-value insert-attribute insert-b[acktab] insert-before insert-file insert-row
215 syn keyword ProgressOperator needs-prompt nested new-instance new-row next-col[umn] next-rowid next…
238 …word ProgressOperator routine-level row row-height[-chars] row-height-p[ixels] row-ma[rkers] row-o…
241 syn keyword ProgressOperator scroll-to-current-row scroll-to-i[tem] scroll-to-selected-row scrollab…
[all …]
/vim-8.2.3635/src/libvterm/include/
H A Dvterm.h34 int row; member
51 return (a.row == b.row) ? a.col - b.col : a.row - b.row; in vterm_pos_cmp()
69 return p.row >= r.start_row && p.row < r.end_row && in vterm_rect_contains()
341 void vterm_mouse_move(VTerm *vt, int row, int col, VTermModifier mod);
401 …int (*setlineinfo)(int row, const VTermLineInfo *newinfo, const VTermLineInfo *oldinfo, void *user…
446 const VTermLineInfo *vterm_state_get_lineinfo(const VTermState *state, int row);

12345678