alacritty/alacritty_terminal/src
Christian Duerr c065c5f2f9
Fix invalid ESC escape sequence parsing
This strictens the ESC escape sequence parser to prevent invalid
intermediates from being ignored. Previously the parser would just look
at the first intermediate without validating that the rest of them is
empty.

If an escape like `\e(#0` is used now, it will no longer be accepted as
`\e(0` since the intermediate `#` is also present.
2020-12-17 01:05:40 +00:00
..
config Add blinking cursor support 2020-11-23 23:11:03 +00:00
grid Fix scrolling region performance with fixed lines 2020-12-10 02:10:24 +00:00
term Fix dimming of indexed colors 2020-12-05 12:03:03 +03:00
tty Add support for single line terminals 2020-09-27 22:36:08 +00:00
ansi.rs Fix invalid ESC escape sequence parsing 2020-12-17 01:05:40 +00:00
event.rs Add blinking cursor support 2020-11-23 23:11:03 +00:00
event_loop.rs Fix draining of PTY when holding on exit 2020-12-17 00:39:15 +00:00
index.rs Use dynamic storage for zerowidth characters 2020-11-05 04:45:14 +00:00
lib.rs Error on warnings when running clippy 2020-10-29 07:17:33 +03:00
selection.rs Add support for single line terminals 2020-09-27 22:36:08 +00:00
sync.rs Remove copyright notice from files 2020-06-06 21:49:14 +03:00
thread.rs Add option to run command on bell 2020-07-10 22:32:44 +03:00
vi_mode.rs Use dynamic storage for zerowidth characters 2020-11-05 04:45:14 +00:00