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 a windows terminal type #318

Open
davidrg opened this issue Sep 21, 2024 · 0 comments
Open

Add a windows terminal type #318

davidrg opened this issue Sep 21, 2024 · 0 comments
Labels
enhancement terminal-emulation Updates to existing emulations, or addition of new ones

Comments

@davidrg
Copy link
Owner

davidrg commented Sep 21, 2024

Windows 10 v1809 introduced PTY support which translates the Windows Console APIs into ANSI escape sequences.

It may be worth adding a terminal emulation option to try and match what the Windows terminal now does for compatibility with applications running in a PTY. Microsoft documents some escapes sequences here but as they refer to the xterm documentation its possible this may not be comprehensive:
https://learn.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences

Possibly a windows terminal emulation would be a variant of xterm emulation.

@davidrg davidrg added enhancement terminal-emulation Updates to existing emulations, or addition of new ones labels Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement terminal-emulation Updates to existing emulations, or addition of new ones
Projects
None yet
Development

No branches or pull requests

1 participant