lizh06 / mintty

Automatically exported from code.google.com/p/mintty
GNU General Public License v3.0
0 stars 0 forks source link

Is it possible to add setting for 'Treat CJK ambiguous characters as wide' as in putty? #433

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 9 years ago
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