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

Support parsing OSC ANSI sequences #56

Open
CosmicHorrorDev opened this issue Feb 24, 2025 · 1 comment
Open

Support parsing OSC ANSI sequences #56

CosmicHorrorDev opened this issue Feb 24, 2025 · 1 comment

Comments

@CosmicHorrorDev
Copy link
Collaborator

CosmicHorrorDev commented Feb 24, 2025

Of the remaining ANSI codes present in terminal_session.gz there are several OSC (Operating System Command) sequences. With OSC being represented as ESC ] there are

  • OSC 2 ; <some_text> BEL
  • OSC ; ~ BEL
  • OSC 7 ; <some_text> ESC \
  • OSC 1 ; <some_text> BEL

As you can see from the various examples there are usages of both the ESC \ and the more legacy BEL STs (string terminators). Supporting parsing these is a stepping stone to resolving

@CosmicHorrorDev
Copy link
Collaborator Author

Splitting this into two issues

@CosmicHorrorDev CosmicHorrorDev changed the title Support parsing (and ignoring) more ANSI codes Support parsing OSC ANSI sequences Feb 24, 2025
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

1 participant