aboutsummaryrefslogtreecommitdiffstats
path: root/util/text/text_test.go
Commit message (Expand)AuthorAgeFilesLines
* switch to go-term-text to fix bad underflow for label renderingMichael Muré2019-11-031-376/+0
* text: fix escape sequence disapearing at the end of a lineMichael Muré2019-05-101-0/+6
* Fix handling of long wordsYang Zhang2019-01-081-0/+8
* Fix bad names in text.goYang Zhang2019-01-071-4/+4
* Add tests for critical internal functions in text.goYang Zhang2018-12-311-0/+75
* Fix incorrect wrap of mixed wide and ascii charsYang Zhang2018-12-311-1/+12
* Implement a new wrap algorithm and pass all text testsYang Zhang2018-12-311-7/+8
* Add back removed text functionsYang Zhang2018-12-301-0/+70
* Implement almost full CJK support.Yang Zhang2018-12-261-70/+0
|\
| * Implement displaying CJK contentsYang Zhang2018-12-261-70/+0
* | text: fix handling of wide charactersMichael Muré2018-12-251-13/+17
|/
* text: more chinese related fixesMichael Muré2018-12-231-3/+17
* text: fix a wrapping bug leading to line longer than they shouldMichael Muré2018-12-231-1/+33
* text: hopefuly fix the handling of chineseMichael Muré2018-12-231-0/+34
* reorganize package for a more idomatic goMichael Muré2018-09-111-0/+191