Searched refs:new_topline (Results 1 – 1 of 1) sorted by relevance
1793 linenr_T new_topline; in scroll_cursor_top() local1823 new_topline = top + 1; in scroll_cursor_top()1864 if ((new_topline >= curwin->w_topline || scrolled > min_scroll) in scroll_cursor_top()1869 new_topline = top; in scroll_cursor_top()1887 if (new_topline < curwin->w_topline || always) in scroll_cursor_top()1888 curwin->w_topline = new_topline; in scroll_cursor_top()