Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix truncate of table cells containing ANSI
Table cells (including the header) may contain ANSI codes. When determining the width of these cells, ANSI was not excluded. The `reflow` package has the same truncate function that is aware of ANSI. This improves cell width calculation and correctly truncates. Signed-off-by: Michael Lorant <[email protected]>
- Loading branch information