dstask icon indicating copy to clipboard operation
dstask copied to clipboard

bugfix: display of line including CJK characters in table

Open newro opened this issue 2 years ago • 0 comments

image

When a task item contains CJK characters such as Hangul, the table appears to be broken when rendering a list or detail.

To improve this, I modified the FixStr code to calculate a precisely length using the https://github.com/mattn/go-runewidth.git code.

After fixing image

newro avatar Nov 30 '23 09:11 newro