Searched refs:w_botfill (Results 1 – 6 of 6) sorted by relevance
245 && curwin->w_botfill == curwin->w_old_botfill in update_screen()1721 && !wp->w_botfill && !wp->w_old_botfill in win_update()2633 if (j > 0 && !wp->w_botfill) in win_update()2666 wp->w_old_botfill = wp->w_botfill; in win_update()
2180 towin->w_botfill = FALSE; in diff_set_topline()2184 towin->w_botfill = TRUE; in diff_set_topline()
3467 int w_botfill; // TRUE when filler lines are actually member
2239 curwin->w_botfill = FALSE; in scroll_cursor_halfway()
3217 if (filler_todo == 0 && wp->w_botfill) in win_line()
1497 Solution: Reset w_botfill when scrolling up. (Christian Brabandt)