-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Cyrillic type input is not working on Windows when height parameter is used #2921
Comments
I believe this is an issue with the fact that the method for reading characters using the light renderer isn't supported (yet). I believe this issue is relevant: microsoft/terminal#7777. The fullscreen version (meaning, not using the |
This shouldn't be the case. The error is reproducible in conhost. So it is not Windows Terminal specific. |
See below. The issue I referenced is referenced in the Microsoft documentation discussing the limitations of using virtual terminal sequences. My interpretation of the Microsoft docs and my empirical evidence demonstrate that using the standard ReadFile functions with a console only works with ASCII input.
https://docs.microsoft.com/en-us/windows/console/classic-vs-vt |
man fzf
)Info
Problem / Steps to reproduce
Cyrillic string typed into fzf is rendered as ??? and the search doesn't work.
But when the same search string is passed as -q argument fzf is able to use what was passed in the -q argument.
After some debugging I found out that this problem only occurs if height parameter is used (console output is redacted a bit for readability here).
The text was updated successfully, but these errors were encountered: