Skip to content

Conversation

@Norbert515
Copy link
Owner

No description provided.

// CSI > 1 u - Enables "disambiguate escape codes" mode
// This allows detection of Shift+Enter and other modifier combinations
// that are otherwise indistinguishable in standard terminal input
terminal.write('\x1b[>1u');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can add this to EscapeCodes.enable now

terminal.backend.writeRaw(EscapeCodes.disable.buttonEventTracking);
terminal.backend.writeRaw(EscapeCodes.disable.basicMouseTracking);
terminal.backend.writeRaw(EscapeCodes.disable.bracketedPasteMode);
terminal.backend.writeRaw('\x1b[<u'); // Disable Kitty keyboard protocol
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And we can add this to EscapeCodes.disable

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.

2 participants