We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在io.termd.core.readline.LineBuffer#insert(int) 方法中对字符宽度进行了限制,使之不能输入中文字符。
io.termd.core.readline.LineBuffer#insert(int)
有什么办法可以支持中文输入吗?
The text was updated successfully, but these errors were encountered:
我看注释中 18 年的时候有加 todo : support other control chars todo : support codepoint of with != 1 (like combining chars, etc...) 这个有计划实现吗?
todo : support other control chars
todo : support codepoint of with != 1 (like combining chars, etc...)
Sorry, something went wrong.
No branches or pull requests
在
io.termd.core.readline.LineBuffer#insert(int)
方法中对字符宽度进行了限制,使之不能输入中文字符。有什么办法可以支持中文输入吗?
The text was updated successfully, but these errors were encountered: