mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-19 11:31:19 +00:00
Annotate the node count of all uses of z2d `StaticPath` to verify correctness, adjusted the size of a couple which were oversized, and changed all painter calls that take node slices from `StaticPath`s to use the slice from the wrapped `ArrayList` so that we don't include any potentially `undefined` nodes at the end of the list, which I think was causing a crash before.