Home
last modified time | relevance | path

Searched refs:fr_height (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Dwindow.c97 frame->fr_height, in log_frame_layout()
1203 frp->fr_height = curfrp->fr_height; in win_split_ins()
1953 topfr->fr_height = height; in win_equal_rec()
2093 topfr->fr_height = height; in win_equal_rec()
2924 frame_new_height(frp2, frp2->fr_height + frp_close->fr_height, in winframe_remove()
5496 *row += h > topfrp->fr_height ? topfrp->fr_height : h; in frame_comp_pos()
5629 room += frp->fr_height; in frame_setheight()
6501 frp->fr_height += n; in frame_add_height()
6737 (*frp)->fr_height = fr->fr_height; in make_snapshot_rec()
6781 && curtab->tp_snapshot[idx]->fr_height == topframe->fr_height in restore_snapshot()
[all …]
H A Dversion.c8589 blanklines -= Rows - topframe->fr_height; in intro_message()
H A Dmouse.c3012 if (*rowp < fp->fr_height) in mouse_find_win()
3014 *rowp -= fp->fr_height; in mouse_find_win()
H A Ddrawscreen.c397 if (wp->w_frame->fr_height == wp->w_status_height && !popup_is_popup(wp)) in statusline_row()
1505 || (wp->w_frame->fr_height == wp->w_status_height in win_update()
H A Dsession.c262 if (wp->w_height + wp->w_status_height < topframe->fr_height in ses_winsizes()
H A Dstructs.h3277 int fr_height; member
H A Dgui.c3227 && Y_2_ROW(y) >= topframe->fr_height + firstwin->w_winrow in gui_send_mouse_event()