Home
last modified time | relevance | path

Searched refs:pending_scroll_rightward (Results 1 – 1 of 1) sorted by relevance

/external/libvterm/src/
Dscreen.c53 int pending_scroll_downward, pending_scroll_rightward; member
327 screen->pending_scroll_rightward = rightward; in scrollrect()
331 (screen->pending_scroll_rightward == 0 && rightward == 0))) { in scrollrect()
333 screen->pending_scroll_rightward += rightward; in scrollrect()
340 screen->pending_scroll_rightward = rightward; in scrollrect()
861 …rect(screen->pending_scrollrect, screen->pending_scroll_downward, screen->pending_scroll_rightward, in vterm_screen_flush_damage()