Searched refs:tl_postponed_scroll (Results 1 – 1 of 1) sorted by relevance
145 int tl_postponed_scroll; // to be scrolled up member2995 term->tl_postponed_scroll += count; in handle_moverect()3732 if (term->tl_postponed_scroll > 0 in term_update_window()3733 && term->tl_postponed_scroll < term->tl_rows / 3) in term_update_window()3736 term_scroll_up(term, 0, term->tl_postponed_scroll); in term_update_window()3737 term->tl_postponed_scroll = 0; in term_update_window()