1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-10-27 05:32:54 -04:00
alacritty/alacritty_terminal
Koichi Murase 33cfc52909 Ignore unsupported CSI sequences
Instead of ignoring unexpected intermediates in CSI escape sequences,
the intermediates are now explicitly checked and the escape sequence is
rejected when an unexpected intermediate is found.

Fixes #2171.
2019-08-06 22:59:16 +00:00
..
src Ignore unsupported CSI sequences 2019-08-06 22:59:16 +00:00
tests Ignore unsupported CSI sequences 2019-08-06 22:59:16 +00:00
build.rs Split alacritty into a separate crates 2019-04-28 13:24:58 +00:00
Cargo.toml Remove errno depedency 2019-08-04 20:17:22 +00:00