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
Currently it is difficult (impossible?) to enter CJK text in Input or TextArea, due to the terminal cursor not being where our self-draw cursor is.
I think we may be able to restore the default behaviour, by moving the terminal cursor back to the input after every update.
We need to investigate how to achieve this, and if there is any other work we need to do to allow seamless CJK text entry.
The text was updated successfully, but these errors were encountered:
Related/duplicate of #1469
Sorry, something went wrong.
Don't forget to star the repository!
Follow @textualizeio for Textual updates.
darrenburns
Successfully merging a pull request may close this issue.
Currently it is difficult (impossible?) to enter CJK text in Input or TextArea, due to the terminal cursor not being where our self-draw cursor is.
I think we may be able to restore the default behaviour, by moving the terminal cursor back to the input after every update.
We need to investigate how to achieve this, and if there is any other work we need to do to allow seamless CJK text entry.
The text was updated successfully, but these errors were encountered: