Open
Description
My terminal application using github.com/jroimartin/gocui which based on termbox-go
, but I found some display issues.
termbox.SetCell(x, y int, ch rune, fg, bg Attribute)
The following issues are caused by setCell with Chinese character.
- It works well when I tried to input Chinese characters one by one ,but characters overlapped likes this
my input is [中文].
- Some characters disappear when I tried to input more than one Chinese characters , like this
my input is [中文中文].
Metadata
Assignees
Labels
No labels
Activity