Skip to content

access: fix missing text changes on scrolling+modifications

Samuel Thibault requested to merge scroll-modify into master

When vte_terminal_accessible_text_scrolled gets called, the terminal might have not only scrolled, but also changed. We thus have to check whether the remaining text really is exactly the same as expected. If not, revert to updating the whole terminal.

GNOME/vte#88 (closed)

Merge request reports