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

Interpet or drop terminal control sequences #37

Open
justin-stephenson opened this issue Mar 2, 2020 · 1 comment
Open

Interpet or drop terminal control sequences #37

justin-stephenson opened this issue Mar 2, 2020 · 1 comment

Comments

@justin-stephenson
Copy link
Collaborator

Recorded sessions may include control sequences that can be ignored. For example, tmux sets a title definition. This causes the title string to be included in the recording output, duplicating the shell prompt effectively.

\u001bkrecuser@agalloch:~\u001b\\

ESC k Title Definition String
ESC \ | 0x9C | ST | String Terminator | Terminates strings in other controls

Reference:
https://en.wikipedia.org/wiki/ANSI_escape_code
https://www.gnu.org/software/screen/manual/html_node/Control-Sequences.html

@spbnick
Copy link
Member

spbnick commented Mar 2, 2020

This is likely to be fixed in the terminal emulator we're using.

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

No branches or pull requests

2 participants