Home
last modified time | relevance | path

Searched refs:W_WINROW (Results 1 – 15 of 15) sorted by relevance

/vim-8.2.3635/src/
H A Dscreen.c155 screen_fill(W_WINROW(wp) + row, W_WINROW(wp) + endrow, in screen_fill_end()
161 screen_fill(W_WINROW(wp) + row, W_WINROW(wp) + endrow, in screen_fill_end()
214 screen_fill(W_WINROW(wp) + row, W_WINROW(wp) + endrow, in win_draw_end()
217 screen_fill(W_WINROW(wp) + row, W_WINROW(wp) + endrow, in win_draw_end()
224 screen_fill(W_WINROW(wp) + row, W_WINROW(wp) + endrow, in win_draw_end()
857 screen_fill(W_WINROW(wp) + row, W_WINROW(wp) + wp->w_height, in draw_vsep_win()
3361 windgoto(W_WINROW(curwin) + curwin->w_wrow, in setcursor_mayforce()
3431 nextrow = W_WINROW(wp) + wp->w_height + wp->w_status_height; in win_ins_lines()
3483 if (screen_del_lines(0, W_WINROW(wp) + row, line_count, in win_del_lines()
3550 screen_fill(W_WINROW(wp) + row, W_WINROW(wp) + wp->w_height, in win_do_lines()
[all …]
H A Dpopupmenu.c119 pum_win_row = curwin->w_wrow + W_WINROW(curwin); in pum_display()
131 if (W_WINROW(pvwin) < W_WINROW(curwin)) in pum_display()
132 above_row = W_WINROW(pvwin) + pvwin->w_height; in pum_display()
133 else if (W_WINROW(pvwin) > W_WINROW(curwin) + curwin->w_height) in pum_display()
134 below_row = W_WINROW(pvwin); in pum_display()
1063 || (pum_win_row == curwin->w_wrow + W_WINROW(curwin) in pum_in_same_position()
H A Ddrawscreen.c185 if (W_WINROW(wp) + wp->w_height > msg_scrolled in update_screen()
190 wp->w_upd_rows = msg_scrolled - W_WINROW(wp); in update_screen()
196 if (W_WINROW(wp) + wp->w_height + wp->w_status_height in update_screen()
400 return W_WINROW(wp) + wp->w_height; in statusline_row()
1368 screen_line(row + W_WINROW(wp), wp->w_wincol, (int)wp->w_width, in fold_line()
2598 int scr_row = W_WINROW(wp) + wp->w_height - 1; in win_update()
2612 screen_fill(W_WINROW(wp) + wp->w_height - 1, in win_update()
2613 W_WINROW(wp) + wp->w_height, in win_update()
H A Dvim.h863 # define W_WINROW(wp) (wp->w_winrow + wp->w_winbar_height) macro
865 # define W_WINROW(wp) (wp->w_winrow) macro
H A Dterminal.c1263 int row = mouse_row - W_WINROW(curwin); in term_send_mouse()
2187 if (row < W_WINROW(curwin) in send_keys_to_term()
2188 || row >= (W_WINROW(curwin) + curwin->w_height) in send_keys_to_term()
4491 y += W_WINROW(wp) * gui.char_height; in parse_csi()
4499 y += W_WINROW(wp) * 10; in parse_csi()
H A Dgui.c3287 row = curwin->w_wrow + W_WINROW(curwin); in gui_send_mouse_event()
4935 wp->w_height + W_WINROW(wp)); in gui_mouse_focus()
5004 (W_WINROW(curwin) + curwin->w_wrow) * gui.char_height in gui_mouse_correct()
H A Dedit.c532 && curwin->w_wrow == W_WINROW(curwin) in edit()
1671 pc_row = W_WINROW(curwin) + curwin->w_wrow; in edit_putchar()
H A Dterm.c4149 OUT_STR(tgoto((char *)T_CS, W_WINROW(wp) + wp->w_height - 1, in scroll_region_set()
4150 W_WINROW(wp) + off)); in scroll_region_set()
H A Dmouse.c1848 row -= W_WINROW(curwin); in jump_to_mouse()
H A Dgui_gtk.c1985 *y += FILL_Y(W_WINROW(curwin) + curwin->w_wrow + 1) + 1; in popup_menu_position_func()
H A Dmove.c1270 *rowp = W_WINROW(wp) + row + rowoff; in textpos2screenpos()
H A Ddrawline.c449 screen_row = row + W_WINROW(wp); in win_line()
H A Dex_getln.c3814 cmdline_row = W_WINROW(lastwin) + lastwin->w_height in compute_cmdrow()
H A Dex_docmd.c7490 n = W_WINROW(curwin) + curwin->w_wrow - msg_scrolled; in ex_sleep()
H A Dgui_w32.c6537 p.y += TEXT_Y(W_WINROW(curwin) + curwin->w_wrow + 1); in gui_make_popup()