commit 42cf869a183b841899f58eb5a62fb704084df86f Author: Lukáš Tyrychtr Date: Mon Apr 14 15:48:02 2025 +0200 vte-access-gtk4: Fix line counting during a line query We were comparing the byte offset of the character to the next line start. However, the line start index is in characters, not byte offsets. So, with enough multi-byte characters, we started returning nonsense. Fixes orca#588.