naggie / dstask

Git powered terminal-based todo/note manager -- markdown note page per task. Single binary!
https://calbryant.uk/blog/dstask-a-taskwarrior-alternative/
MIT License
793 stars 47 forks source link

bugfix: display of line including CJK characters in table #183

Open newro opened 9 months ago

newro commented 9 months ago

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