Is it possible to add setting for 'Treat CJK ambiguous characters as wide' as in putty?
Opened this issue · 1 comments
GoogleCodeExporter commented
I am ssh-ing into an ubuntu server with powerline installed. Meet the problem
mentioned in https://github.com/Lokaltog/powerline/issues/107. The solution in
putty is just enabling the option, but it is not exist in mintty now.
Original issue reported on code.google.com by chinalu...@gmail.com
on 7 Aug 2014 at 3:24
GoogleCodeExporter commented
You can run mintty in CJK ambiguous-as-wide mode like this:
LC_ALL=zh_SG.utf8 mintty -o Font="MS Mincho" &
Does it help?
Original comment by towom...@googlemail.com
on 5 Mar 2015 at 10:23