Home
last modified time | relevance | path

Searched refs:w_status_height (Results 1 – 12 of 12) sorted by relevance

/vim-8.2.3635/src/
H A Dwindow.c1201 wp->w_status_height = oldwin->w_status_height; in win_split_ins()
1277 wp->w_status_height = oldwin->w_status_height; in win_split_ins()
1685 curwin->w_status_height = wp->w_status_height; in win_exchange()
1767 n = wp2->w_status_height; in win_rotate()
1768 wp2->w_status_height = wp1->w_status_height; in win_rotate()
1769 wp1->w_status_height = n; in win_rotate()
1851 win1->w_prev->w_status_height = win1->w_status_height; in win_move_after()
1866 win1->w_status_height = win2->w_status_height; in win_move_after()
3313 if (wp->w_status_height == 0) in frame_add_statusline()
6531 wp->w_status_height = 0; in last_status_rec()
[all …]
H A Ddrawscreen.c196 if (W_WINROW(wp) + wp->w_height + wp->w_status_height in update_screen()
397 if (wp->w_frame->fr_height == wp->w_status_height && !popup_is_popup(wp)) in statusline_row()
430 if (wp->w_status_height == 0) in win_redr_status()
545 if (wp->w_vsep_width != 0 && wp->w_status_height != 0 && redrawing()) in win_redr_status()
605 if ((*p_stl != NUL || *curwin->w_p_stl != NUL) && curwin->w_status_height) in showruler()
658 if (wp == lastwin && lastwin->w_status_height == 0) in win_redr_ruler()
704 if (wp->w_status_height) in win_redr_ruler()
750 if (wp->w_status_height == 0) // can't use last char of screen in win_redr_ruler()
1505 || (wp->w_frame->fr_height == wp->w_status_height in win_update()
3199 if (wp->w_status_height) in status_redraw_all()
[all …]
H A Dscreen.c1106 if (lastwin->w_status_height == 0) in win_redr_status_matches()
1283 if (!wp->w_status_height) in win_redr_custom()
1363 && wp->w_status_height != 0) in win_redr_custom()
1366 && wp->w_status_height != 0) in win_redr_custom()
1369 else if (wp != NULL && wp != curwin && wp->w_status_height != 0) in win_redr_custom()
3416 if (wp->w_next != NULL || wp->w_status_height) in win_ins_lines()
3431 nextrow = W_WINROW(wp) + wp->w_height + wp->w_status_height; in win_ins_lines()
3491 if (wp->w_next || wp->w_status_height || cmdline_row < Rows - 1) in win_del_lines()
4309 if (redrawing() && lastwin->w_status_height == 0) in showmode()
H A Dgui.c4296 || sb->status_height != wp->w_status_height in gui_update_scrollbars()
4304 sb->status_height = wp->w_status_height; in gui_update_scrollbars()
5040 else if (!(State & CMDLINE) && wp->w_status_height > 0 in xy2win()
H A Dsession.c262 if (wp->w_height + wp->w_status_height < topframe->fr_height in ses_winsizes()
H A Dex_getln.c572 if (p_ru && curwin->w_status_height > 0) in may_do_incsearch_highlighting()
3815 + lastwin->w_status_height; in compute_cmdrow()
H A Doptionstr.c1802 if (curwin->w_status_height) in did_set_string_option()
H A Dmisc1.c569 if (wp->w_buffer == buf && wp->w_status_height) in check_status()
H A Dmouse.c3081 int height = wp->w_height + wp->w_status_height; in f_getmousepos()
H A Dstructs.h3491 int w_status_height; // number of status lines (0 or 1) member
H A Dbuffer.c5246 ? wp->w_height + wp->w_status_height < Rows - p_ch in ex_buffer_all()
H A Dquickfix.c4129 + win->w_status_height + tabline_height() < cmdline_row) in qf_goto_cwindow()