Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/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()
3314 if (wp->w_status_height == 0) in frame_add_statusline()
6535 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()
657 if (wp == lastwin && lastwin->w_status_height == 0) in win_redr_ruler()
703 if (wp->w_status_height) in win_redr_ruler()
749 if (wp->w_status_height == 0) // can't use last char of screen in win_redr_ruler()
1504 || (wp->w_frame->fr_height == wp->w_status_height in win_update()
3198 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 Dsession.c262 if (wp->w_height + wp->w_status_height < topframe->fr_height in ses_winsizes()
H A Dgui.c4323 || sb->status_height != wp->w_status_height in gui_update_scrollbars()
4331 sb->status_height = wp->w_status_height; in gui_update_scrollbars()
5071 else if (!(State & CMDLINE) && wp->w_status_height > 0 in xy2win()
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 Dmisc1.c569 if (wp->w_buffer == buf && wp->w_status_height) in check_status()
H A Doptionstr.c1794 if (curwin->w_status_height) in did_set_string_option()
H A Dmouse.c3083 int height = wp->w_height + wp->w_status_height; in f_getmousepos()
H A Dstructs.h3497 int w_status_height; // number of status lines (0 or 1) member
H A Dbuffer.c5242 ? 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()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dwindow.c649 wp->w_status_height = 0; in win_new_float()
1287 wp->w_status_height = oldwin->w_status_height; in win_split_ins()
1351 wp->w_status_height = oldwin->w_status_height; in win_split_ins()
1719 curwin->w_status_height = wp->w_status_height; in win_exchange()
1720 wp->w_status_height = temp; in win_exchange()
1799 n = wp2->w_status_height; in win_rotate()
1800 wp2->w_status_height = wp1->w_status_height; in win_rotate()
1801 wp1->w_status_height = n; in win_rotate()
1878 win1->w_prev->w_status_height = win1->w_status_height; in win_move_after()
1890 win1->w_status_height = win2->w_status_height; in win_move_after()
[all …]
H A Dscreen.c408 if (W_ENDROW(wp) + wp->w_status_height > valid) { in update_screen()
433 if (W_ENDROW(wp) + wp->w_status_height in update_screen()
4903 if (wp->w_status_height) { in status_redraw_all()
4920 if (wp->w_status_height != 0 && wp->w_buffer == buf) { in status_redraw_buf()
5184 if (lastwin->w_status_height == 0) { in win_redr_status_matches()
5237 if (wp->w_status_height == 0) { in win_redr_status()
5498 if (!wp->w_status_height) { in win_redr_custom()
7096 if (redrawing() && last->w_status_height == 0) { in showmode()
7482 if (wp == lastwin && lastwin->w_status_height == 0) { in win_redr_ruler()
7531 if (wp->w_status_height) { in win_redr_ruler()
[all …]
H A Dmisc1.c393 if (wp->w_buffer == buf && wp->w_status_height) { in check_status()
H A Dbuffer_defs.h1266 int w_status_height; // number of status lines (0 or 1) member
H A Dex_session.c76 if (wp->w_height + wp->w_status_height < topframe->fr_height in ses_winsizes()
H A Dex_getln.c636 if (p_ru && curwin->w_status_height > 0) { in may_do_incsearch_highlighting()
3632 + wp->w_status_height; in compute_cmdrow()
H A Dbuffer.c5018 ? wp->w_height + wp->w_status_height < Rows - p_ch in ex_buffer_all()
H A Dquickfix.c3554 && (win->w_height + win->w_status_height + tabline_height() in qf_goto_cwindow()
H A Doption.c2861 if (curwin->w_status_height) { in did_set_string_option()
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Dfuncs.c3821 int height = wp->w_height + wp->w_status_height; in f_getmousepos()