Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
emitter: column width defaults to 140
This commit modifies the column width computation in the emitter when `termize::dimensions` returns `None` so that it uses the default value of 140 (which is used in UI testing currently) instead of `usize::MAX` which just ends up causing overflows in later computations. This is hard to test but appears to produce the same output as using saturating functions instead. Signed-off-by: David Wood <david@davidtw.co>
- Loading branch information