Searched refs:halfheight (Results 1 – 1 of 1) sorted by relevance
181 int halfheight; in update_topline() local257 halfheight = curwin->w_height / 2 - 1; in update_topline()258 if (halfheight < 2) in update_topline()259 halfheight = 2; in update_topline()273 if (lnum >= curbuf->b_ml.ml_line_count || n >= halfheight) in update_topline()285 if (n >= halfheight) in update_topline()