Searched refs:tabline_height (Results 1 – 12 of 12) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui.c | 1422 text_area_y += gui.tabline_height; in gui_position_components() 1439 gui.menu_width, gui.tabline_height); in gui_position_components() 1441 text_area_y += gui.tabline_height; in gui_position_components() 1519 base_height += gui.tabline_height; in gui_get_base_height() 1722 min_height += tabline_height() * gui.char_height; in gui_set_shellsize() 3689 if (firstwin->w_winrow != tabline_height()) in gui_init_which_components() 4329 y += gui.tabline_height; in gui_update_scrollbars() 4914 if (Y_2_ROW(y) < tabline_height()) in gui_mouse_focus() 4984 && y >= 0 && Y_2_ROW(y) >= tabline_height()) in gui_mouse_window()
|
| H A D | window.c | 69 #define ROWS_AVAIL (Rows - p_ch - tabline_height()) 1191 wp->w_winrow = tabline_height(); in win_split_ins() 1904 topframe, dir, 0, tabline_height(), in win_equal() 2286 int h = tabline_height(); in close_windows() 2332 if (h != tabline_height()) in close_windows() 2398 int h = tabline_height(); in close_last_window_tabpage() 2401 if (h != tabline_height()) in close_last_window_tabpage() 3970 firstwin->w_winrow = tabline_height(); in win_new_tabpage() 5461 int row = tabline_height(); in win_comp_pos() 6584 tabline_height(void) in tabline_height() function [all …]
|
| H A D | gui.h | 419 int tabline_height; member
|
| H A D | gui_haiku.cc | 1100 gui.tabline_height = TablineHeight(); in AllAttached() 5005 gui.tabline_height = gui.vimForm->TablineHeight(); in gui_mch_show_tabline()
|
| H A D | gui_w32.c | 1364 MoveWindow(s_tabhwnd, 0, top, rect.right, gui.tabline_height, TRUE); in gui_mch_set_text_area_pos() 4442 gui.tabline_height = tm.tmHeight + tm.tmInternalLeading + 7; in set_tabline_font() 8073 gui.tabline_height = TABLINE_HEIGHT; in initialise_tabline()
|
| H A D | ex_docmd.c | 6079 int h = tabline_height(); in tabpage_close_other() 6097 if (h != tabline_height()) in tabpage_close_other()
|
| H A D | screen.c | 4422 if (tabline_height() < 1) in draw_tabline()
|
| H A D | gui_motif.c | 504 gui.tabline_height = TABLINE_HEIGHT; in gui_x11_create_widgets()
|
| H A D | buffer.c | 5247 - tabline_height() in ex_buffer_all()
|
| H A D | gui_gtk_x11.c | 2903 height += tabline_height() * gui.char_height; in update_window_manager_hints()
|
| H A D | quickfix.c | 4129 + win->w_status_height + tabline_height() < cmdline_row) in qf_goto_cwindow()
|
| /vim-8.2.3635/src/proto/ |
| H A D | window.pro | 73 int tabline_height(void);
|