cli/pkg
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
..
browser Try to avoid CodeQL warning 2020-07-23 23:11:24 +02:00
cmd Merge pull request #1606 from cli/ghe-oauth-422-response 2020-09-02 13:12:11 +02:00
cmdutil check parent annotatiosn for auth skip 2020-08-19 10:21:19 -05:00
githubtemplate Improve support for legacy issue/PR template names 2020-07-15 18:16:16 +02:00
httpmock gh auth status 2020-08-11 15:58:00 -05:00
iostreams check for tty before creating colorables 2020-09-01 11:18:34 -05:00
jsoncolor Add tests for jsoncolor 2020-06-08 16:05:00 +02:00
prompt gh auth login 2020-08-06 12:43:35 -05:00
surveyext review feedback 2020-05-11 17:06:18 -05:00
text Fix display width of common punctuation characters 2020-09-02 20:59:11 +02:00