Commit Graph

7 Commits

Author SHA1 Message Date
6932c95731 Fix bug when splitting text containing CJK chars
In Segment.Split, we didn't take cell width into account
when calculating the offset, which resulted in some "fun" bugs.
I've added a new overload for Segment.Split and obsoleted the old one.

Closes #150
2020-12-17 00:02:00 +01:00
63abcc92ba Set max value for progress task properly
Also clamp the task value if it's greater than the max value.

Closes #163
2020-12-12 17:29:07 +01:00
3c504155bc Fix progress rendering bug 2020-12-04 10:19:09 +01:00
ae32785f21 Add progress task list support 2020-12-04 07:29:48 +01:00
4f6eca4fcb Fix rendering of exceptions with generic params
Closes #145
2020-11-24 22:16:17 +01:00
a59e0dcb21 Add FIGlet text support
Closes #97
2020-11-22 03:09:42 +01:00
bde61cc6ff Verify: Use custom test directory 2020-11-20 23:27:35 +01:00