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

xterm audit: ANSI modes 2 (KAM), 4 (INSERT), 12 (SRM) #664

Merged
merged 3 commits into from
Oct 13, 2023
Merged

xterm audit: ANSI modes 2 (KAM), 4 (INSERT), 12 (SRM) #664

merged 3 commits into from
Oct 13, 2023

Conversation

mitchellh
Copy link
Contributor

  • Implement KAM. This does nothing by default but can be turned on with a config vt-kam-allowed
  • Fix bug splitting multi-cell chars in insert mode, also insert blanks CSI
  • Document SRM, but do not implement since no terminal implements this anymore.

This has an associated config `vt-kam-allowed` which defaults to "false"
since this mode can cause the terminal to become mostly unusable. We
include this mode for completions sake however.
@mitchellh mitchellh mentioned this pull request Oct 13, 2023
@mitchellh mitchellh merged commit 8c61f8d into main Oct 13, 2023
@mitchellh mitchellh deleted the kam branch October 13, 2023 02:43
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

Successfully merging this pull request may close these issues.

1 participant