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

Improve the list of supported terminal sequences #219

Open
soegaard opened this issue Dec 1, 2024 · 0 comments
Open

Improve the list of supported terminal sequences #219

soegaard opened this issue Dec 1, 2024 · 0 comments

Comments

@soegaard
Copy link

soegaard commented Dec 1, 2024

One of the most important pages in the documentation is the list of supported terminal sequences:

https://xtermjs.org/docs/api/vtfeatures/

There are quite a few commands, so I use hit cmd-f and use the find-on-page feature of the browser to find the command I need.

But ... some things are hidden away in behind the word "more" - which means the find-feature can not find the relevant command. Anecdotally, it took me forever to find the command to switch between the alternate and the normal buffer. [I knew it was possible because the alternate buffer was mentioned in the code.]

Turns out the information is hidden behind the "more" for:

DECSET - Set various terminal attributes. 

The feature request is thus a button that unfolds all "more" links at once,
so I can use find-on-page to find "obscure" commands.

@Tyriar Tyriar transferred this issue from xtermjs/xterm.js Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants