Skip to content
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

add support for win32-input-mode #870

Open
unxed opened this issue Mar 19, 2024 · 0 comments
Open

add support for win32-input-mode #870

unxed opened this issue Mar 19, 2024 · 0 comments

Comments

@unxed
Copy link

unxed commented Mar 19, 2024

kitty's enhanced keyboard protocol is not the only existing enhanced keyboard protocol supported by terminals. There also exist the other one, called win32-input-mode.

Protocol spec:
https://github.com/microsoft/terminal/blob/main/doc/specs/%234999%20-%20Improved%20keyboard%20handling%20in%20Conpty.md

Reference implementation on the terminal side:
wez/wezterm#1509

Reference implementation on the console app side:
elfmz/far2l#1581

Reference implementation on the TUI framework side:
magiblot/tvision@5c017a8

NB! Windows Terminal's implementation is buggy and needs a special workaround for handling mouse events properly. Reference implementations of such workaround:
elfmz/far2l#2085
magiblot/tvision@ae1a685

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant