-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Can not input multibyte properly #22
Comments
This is also an issue in titles: jroimartin#157 and jroimartin#134 |
When multi-byte inserted then width of string will checked by I'll read more code and fix this. https://github.com/awesome-gocui/gocui/blob/master/edit.go#L61 |
See the following issue. |
Also saw that termbox had an update, see this commit |
Was checking this a bit yesterday. The problem is that cursor is moved by I might look into it later, after |
I have re-written the complete text editor with also a fix for this if i can remember correctly here: #48 |
Oh cool, that looks good. |
Describe the bug
Put the cursor on the alphabet and input multi-byte it's not inserted correctly.
To Reproduce
Steps to reproduce the behavior:
ゴリラ
Expected behavior
Multi-byte can be inserted correctly.
Screenshots
Environment (please complete the following information):
Additional context
If nothing there on cursor, it will be inserted correctly
The text was updated successfully, but these errors were encountered: