Searched refs:win_new_height (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | window.pro | 67 void win_new_height(win_T *wp, int height);
|
| /vim-8.2.3635/src/ |
| H A D | window.c | 1185 win_new_height(oldwin, oldwin->w_height - 1); in win_split_ins() 1192 win_new_height(wp, curfrp->fr_height - (p_ls > 0) in win_split_ins() 1200 win_new_height(wp, VISIBLE_HEIGHT(oldwin)); in win_split_ins() 1255 win_new_height(wp, new_size); in win_split_ins() 1266 win_new_height(oldwin, oldwin_height - (new_size + STATUS_HEIGHT)); in win_split_ins() 3152 win_new_height(topfrp->fr_win, in frame_new_height() 6221 win_new_height(win_T *wp, int height) in win_new_height() function 6530 win_new_height(wp, wp->w_height + 1); in last_status_rec() 6560 win_new_height(wp, wp->w_height - 1); in last_status_rec()
|
| H A D | evalwindow.c | 1153 win_new_height(curwin, curwin->w_height); in f_winrestview()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 2932 lines. In win_new_height() subtract one from the available space. 13869 Solution: Call win_new_height() and win_new_width(). (Lech Lorens)
|