-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(term): ansi: allow ESC in DCS string state
Allow ESC character during DCS string collection state. We use ECMA-48 string parameters format to build DCS sequences. However, some applications and multiplexers like screen and tmux, don't implement this format and only pass data through DCS sequences. This data can include ESC characters so we need to make a special case to accept that as part of the data string.
- Loading branch information
1 parent
ad80716
commit cff6f7e
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters