Searched refs:prev_height (Results 1 – 2 of 2) sorted by relevance
68 void scroll_to_fraction(win_T *wp, int prev_height);
6223 int prev_height = wp->w_height; in win_new_height() local6238 if (wp->w_height != prev_height) in win_new_height()6251 scroll_to_fraction(wp, prev_height); in win_new_height()6255 scroll_to_fraction(win_T *wp, int prev_height) in scroll_to_fraction() argument6368 if (prev_height > 0) in scroll_to_fraction()