Skip to content

a11y/atspi: make TextCaretMoved match GTK 3 / ATK

Christian Hergert requested to merge wip/chergert/for-main into main

When testing VTE on GTK 3 using ATK, the variant parameter is <0> instead of <''> on the wire. Make that match to increase the chances that tooling will hit the same expectations.

/cc @ebassi since i dont know if there was a specific reason for <''> instead of <0>

Merge request reports