Home
last modified time | relevance | path

Searched refs:MIN_LINES (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dvim.h1523 #define MIN_LINES 2 // minimal lines for screen macro
H A Dgui.c1721 min_height = base_height + MIN_LINES * gui.char_height; in gui_set_shellsize()
H A Dwindow.c6611 return MIN_LINES; in min_rows()
H A Dgui_gtk_x11.c2921 min_height = height + MIN_LINES * gui.char_height; in update_window_manager_hints()