1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-25 22:33:52 +03:00
wezterm/vtparse/src
Wez Furlong de1298f8b2 vtparse: parse APC sequences
These were parsed but swallowed. This commit expands the transitions
to be able to track the APC start, data and end and then adds
an `apc_dispatch` method to allow capturing APC sequences.

APC sequences are used in the kitty image protocol.

refs: #986
2021-07-28 09:04:28 -07:00
..
enums.rs vtparse: parse APC sequences 2021-07-28 09:04:28 -07:00
lib.rs vtparse: parse APC sequences 2021-07-28 09:04:28 -07:00
transitions.rs vtparse: parse APC sequences 2021-07-28 09:04:28 -07:00