Home
last modified time | relevance | path

Searched refs:topframe (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/
H A Dwindow.c1127 curfrp = topframe; in win_split_ins()
2989 topframe->fr_child = frp; in winframe_remove()
3014 topframe->fr_child = frp2; in winframe_remove()
3803 topframe = curwin->w_frame; in win_alloc_firstwin()
3973 newtp->tp_topframe = topframe; in win_new_tabpage()
4219 topframe = tp->tp_topframe; in enter_tabpage()
5997 if (fr != topframe) in win_drag_status_line()
6000 if (fr != topframe) in win_drag_status_line()
6124 if (fr == topframe) in win_drag_vsep_line()
6128 if (fr != topframe) in win_drag_vsep_line()
[all …]
H A Dsession.c262 if (wp->w_height + wp->w_status_height < topframe->fr_height in ses_winsizes()
720 tab_topframe = topframe; in makeopens()
748 tab_topframe = topframe; in makeopens()
H A Dversion.c8589 blanklines -= Rows - topframe->fr_height; in intro_message()
H A Dscreen.c1128 win_redraw_last_status(topframe); in win_redr_status_matches()
4459 if (tp->tp_topframe == topframe) in draw_tabline()
4464 if (tp->tp_topframe != topframe) in draw_tabline()
H A Dgui.c3227 && Y_2_ROW(y) >= topframe->fr_height + firstwin->w_winrow in gui_send_mouse_event()
3783 topframe = curtab->tp_topframe; in get_tabline_label()
3796 topframe = curtab->tp_topframe; in get_tabline_label()
H A Dglobals.h757 EXTERN frame_T *topframe; // top of the window frame tree variable
H A Dmouse.c2993 fp = topframe; in mouse_find_win()
H A Dcmdexpand.c2873 win_redraw_last_status(topframe); in wildmenu_cleanup()
H A Dex_docmd.c6035 if (tp->tp_topframe != topframe) in ex_tabonly()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt2083 win_new_shellsize() call in gui_init() to fix the topframe size.
4159 Solution: Use the correct topframe for producing the window layout commands.