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
Parser throws away every csi/esc sequence without known meaning (valid sequence, but we have no idea what it is). What's the problem. Any sequence, which isn't supported by anes is trashed and crate user doesn't even know it. Is this something we should expose? Should we add Sequence::UnknownEsc(char) & Sequence::UnknownCsi(Vec<u64>, usize, char)?
The text was updated successfully, but these errors were encountered:
Version 0.1.6 provides:
Parser
throws away every csi/esc sequence without known meaning (valid sequence, but we have no idea what it is). What's the problem. Any sequence, which isn't supported byanes
is trashed and crate user doesn't even know it. Is this something we should expose? Should we addSequence::UnknownEsc(char)
&Sequence::UnknownCsi(Vec<u64>, usize, char)
?The text was updated successfully, but these errors were encountered: