Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The change to using a global variable containing grapheme cluster width overrides introduced a data race. Disabling parallel tests in the UI package will prevent this from being detected. While this does not solve the issue, the global variable is only set once before any rendering and all reads will be safe.
- Loading branch information