Home
last modified time | relevance | path

Searched refs:STATUS_HEIGHT (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dwindow.c878 need_status = STATUS_HEIGHT; in win_split_ins()
983 needed = wmh1 + STATUS_HEIGHT; in win_split_ins()
1023 oldwin_height -= STATUS_HEIGHT; in win_split_ins()
1050 oldwin_height -= STATUS_HEIGHT; in win_split_ins()
1064 - STATUS_HEIGHT)) in win_split_ins()
1262 new_fr_height -= STATUS_HEIGHT; in win_split_ins()
1270 wp->w_status_height = STATUS_HEIGHT; in win_split_ins()
1276 + STATUS_HEIGHT; in win_split_ins()
1279 oldwin->w_status_height = STATUS_HEIGHT; in win_split_ins()
1602 * STATUS_HEIGHT) / (todo + 1) in make_windows()
[all …]
H A Dvim.h1524 #define STATUS_HEIGHT 1 // height of a status line under a window macro