cli/pkg/text
Mislav Marohnić 1f86e7cd04 Fix display width of common punctuation characters
These characters get classified as "East Asian Mixed" by Go's
`text/width` package, and thus assumed that their printed version
occupies a width of 2 characters, whereas they each only occupy one.

I'm not sure why they are classified as East Asian, but I did not have
the energy to dive into Go's Unicode tables, so here is a workaround
based on an exclusion list.
2020-09-02 20:59:11 +02:00
..
sanitize.go Isolate pr status command 2020-07-31 19:07:30 +02:00
sanitize_test.go Isolate pr status command 2020-07-31 19:07:30 +02:00
truncate.go Fix display width of common punctuation characters 2020-09-02 20:59:11 +02:00
truncate_test.go Fix display width of common punctuation characters 2020-09-02 20:59:11 +02:00