aboutsummaryrefslogtreecommitdiffstats
path: root/util/text/text.go
Commit message (Collapse)AuthorAgeFilesLines
* switch to go-term-text to fix bad underflow for label renderingMichael Muré2019-11-031-330/+0
|
* text: fix escape sequence disapearing at the end of a lineMichael Muré2019-05-101-1/+6
|
* a round of cleanupMichael Muré2019-03-011-7/+0
|
* Fix handling of long wordsYang Zhang2019-01-081-2/+9
|
* Fix bad names in text.goYang Zhang2019-01-071-21/+21
|
* Make runewidth treat ambiguous rune as short and fix ui displayYang Zhang2019-01-011-0/+7
|
* Refactor text.go to improve clearityYang Zhang2018-12-311-90/+124
|
* Fix megacheck warningsYang Zhang2018-12-311-2/+2
|
* Fix incorrect wrap of mixed wide and ascii charsYang Zhang2018-12-311-3/+11
|
* Implement a new wrap algorithm and pass all text testsYang Zhang2018-12-311-70/+169
|
* Add back removed text functionsYang Zhang2018-12-301-0/+48
|
* Implement almost full CJK support.Yang Zhang2018-12-261-128/+79
|\ | | | | | | Display of CJK contents are supported. Adding CJK tags are problematic.
| * Implement displaying CJK contentsYang Zhang2018-12-261-122/+81
| |
* | text: fix handling of wide charactersMichael Muré2018-12-251-3/+11
|/
* text: more chinese related fixesMichael Muré2018-12-231-3/+10
|
* text: fix a wrapping bug leading to line longer than they shouldMichael Muré2018-12-231-1/+1
|
* text: hopefuly fix the handling of chineseMichael Muré2018-12-231-7/+10
|
* reorganize package for a more idomatic goMichael Muré2018-09-111-0/+160