You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
OSC2; <some_text> BEL
OSC;~BEL
OSC7; <some_text> ESC\
OSC1; <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
Of the remaining ANSI codes present in
terminal_session.gz
there are several OSC (Operating System Command) sequences. WithOSC
being represented asESC
]
there areOSC
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 legacyBEL
STs (string terminators). Supporting parsing these is a stepping stone to resolvingThe text was updated successfully, but these errors were encountered: