jroimartin / gocui

Minimalist Go package aimed at creating Console User Interfaces.
BSD 3-Clause "New" or "Revised" License
9.92k stars 608 forks source link

Fix the Chinese display issue, but still got wrong ui layout #208

Closed aaronchen2k closed 5 years ago

aaronchen2k commented 5 years ago

I fixed the Chinese issue by using codes in https://github.com/rocket049/gocui. But still have layout bug.

image

mjarkk commented 5 years ago

Have you looked at this fork: awesome-gocui/gocui, it's a community fork that also has a number of fixes related to this.
The owner of this library seems to be stopped working on it so we made a fork with a lot of community fixes and other improvements.

aaronchen2k commented 5 years ago

@mjarkk It works well, thanks a lot!