Searched refs:W_WINROW (Results 1 – 15 of 15) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | screen.c | 155 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 D | popupmenu.c | 119 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 D | drawscreen.c | 185 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 D | vim.h | 863 # define W_WINROW(wp) (wp->w_winrow + wp->w_winbar_height) macro 865 # define W_WINROW(wp) (wp->w_winrow) macro
|
| H A D | terminal.c | 1263 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 D | gui.c | 3287 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 D | edit.c | 532 && curwin->w_wrow == W_WINROW(curwin) in edit() 1671 pc_row = W_WINROW(curwin) + curwin->w_wrow; in edit_putchar()
|
| H A D | term.c | 4149 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 D | mouse.c | 1848 row -= W_WINROW(curwin); in jump_to_mouse()
|
| H A D | gui_gtk.c | 1985 *y += FILL_Y(W_WINROW(curwin) + curwin->w_wrow + 1) + 1; in popup_menu_position_func()
|
| H A D | move.c | 1270 *rowp = W_WINROW(wp) + row + rowoff; in textpos2screenpos()
|
| H A D | drawline.c | 449 screen_row = row + W_WINROW(wp); in win_line()
|
| H A D | ex_getln.c | 3814 cmdline_row = W_WINROW(lastwin) + lastwin->w_height in compute_cmdrow()
|
| H A D | ex_docmd.c | 7490 n = W_WINROW(curwin) + curwin->w_wrow - msg_scrolled; in ex_sleep()
|
| H A D | gui_w32.c | 6537 p.y += TEXT_Y(W_WINROW(curwin) + curwin->w_wrow + 1); in gui_make_popup()
|