siyan

Results 3 comments of siyan

yup, directly on start, and the scenario can be found in other examples ![image](https://user-images.githubusercontent.com/12987761/34292206-da250b3a-e73a-11e7-9457-c212fd9dde82.png) I have also tried termui mentioned in the article, the rendering is working fine to me

@cceckman oh right, my system locale is Chinese! I am new to go, but it seems not too hard to deal with different `runewidth` thanks~

I can reproduce on e15c085db2edb796ec53acc3504313217c2ece14 my locale is ``` $ locale LANG="zh_CN.UTF-8" LC_COLLATE="zh_CN.UTF-8" LC_CTYPE="zh_CN.UTF-8" LC_MESSAGES="zh_CN.UTF-8" LC_MONETARY="zh_CN.UTF-8" LC_NUMERIC="zh_CN.UTF-8" LC_TIME="zh_CN.UTF-8" LC_ALL= ```