alacritty / vte

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

Allow no-std users to control the size of the osc_raw buffer. #91

Closed thejpster closed 1 year ago

thejpster commented 1 year ago

It was set to 1024 bytes, which is a lot if you don't care about parsing Operating System Command sequences. Now you can set it to a custom size.

Closes #90