On Sat Nov 12 20:21:12 2022 +0000, Esme Povirk wrote:
Not that it matters much, but I think this is equivalent to `break`?
Yeah, now that everything is inside of a loop, we could just use `break;` instead of `goto exit;`. I guess that also applies to `traverse_uia_node_tree_siblings()`, which could also just break instead of using a goto.