Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
termwiz: TeenyString: use heap string when col width > 2
This isn't currently possible, but #4223 will introduce that possibility. This commit causes width > 2 to "overflow" into the heap-stored variant. Sequences that are long enough to produce a column width > 2 are likely to already be long enough in bytes to overlow into the heap-stored variant anyway.
- Loading branch information