alacritty / vte

Parser for virtual terminal emulators
https://docs.rs/vte/
Apache License 2.0
242 stars 56 forks source link

Add dynamic buffer support #33

Closed chrisduerr closed 4 years ago

chrisduerr commented 4 years ago

I ran performance benchmarks against Alacritty and was able to confirm that this does not impact performance.

A test with the clipboard escape also allowed me to confirm, that the downstream bug https://github.com/jwilm/alacritty/issues/1002 is indeed fixed by this.