Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwindow.c29 static int frame_fixed_height(frame_T *frp);
2129 if (frame_fixed_height(fr)) in win_equal_rec()
2185 else if (frame_fixed_height(fr)) in win_equal_rec()
2904 if (!frame_fixed_height(frp)) in winframe_remove()
3080 if (frame_fixed_height(target_fr) && !frame_fixed_height(other_fr)) in win_altframe()
3182 while (frame_fixed_height(frp)) in frame_new_height()
3195 while (frame_fixed_height(frp)) in frame_new_height()
3221 while (wfh && frp != NULL && frame_fixed_height(frp)); in frame_new_height()
3248 frame_fixed_height(frame_T *frp) in frame_fixed_height() function
3259 if (frame_fixed_height(frp)) in frame_fixed_height()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt32554 Solution: Use frame_fixed_height() and frame_fixed_width(). (Hongbo Liu,