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

Enable C1 control codes #1462

Closed
Tyriar opened this issue May 21, 2018 · 4 comments
Closed

Enable C1 control codes #1462

Tyriar opened this issue May 21, 2018 · 4 comments
Labels
area/parser type/enhancement Features or improvements to existing features

Comments

@Tyriar
Copy link
Member

Tyriar commented May 21, 2018

From @jerch in #1399

C1 control codes - enable or disable? They were not part of xterm.js before, to reassemble old behavior should they be disabled? Btw the old logic would also just print those.

@Tyriar Tyriar added type/enhancement Features or improvements to existing features area/parser labels May 21, 2018
@Tyriar Tyriar mentioned this issue May 21, 2018
@jazzdelightsme
Copy link

I'm particularly interested in the C1 CSI (single-char control sequence introducer) code.

@jerch
Copy link
Member

jerch commented Nov 16, 2019

@jazzdelightsme Thats hidden in the transition table definitions of the parser, this in particular in

table.add(0x9b, state, ParserAction.CLEAR, ParserState.CSI_ENTRY); // CSI

@Tyriar
Copy link
Member Author

Tyriar commented Oct 11, 2021

@jerch can we close this one off?

@jerch
Copy link
Member

jerch commented Oct 11, 2021

@Tyriar Yes thats long fixed, closing.

@jerch jerch closed this as completed Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/parser type/enhancement Features or improvements to existing features
Projects
None yet
Development

No branches or pull requests

3 participants