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

disable extended tty kb modes via --nodetect #2320

Closed
unxed opened this issue Jul 30, 2024 · 1 comment
Closed

disable extended tty kb modes via --nodetect #2320

unxed opened this issue Jul 30, 2024 · 1 comment

Comments

@unxed
Copy link
Contributor

unxed commented Jul 30, 2024

User should be able to disable any of those

	Format(ESC "[?9001h"); // win32-input-mode on
	Format(ESC "[?1337h"); // iTerm2 input mode on
	Format(ESC "[=15;1u"); // kovidgoyal's kitty mode on

via command line. Like:

--nodetect=Xw

(disable ttyx mode and also windows terminal mode)
or

--nodetect=a

(disable iTerm2 mode)

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

2 participants