aboutsummaryrefslogtreecommitdiff
path: root/vte_generate_state_changes/src
Commit message (Collapse)AuthorAge
* Migrate to 2021 editionKirill Chibisov2022-01-16
|
* Pass terminator to osc dispatcherChristian Duerr2020-01-29
| | | | | | | | | | | | | | Even though the ST terminator is the only officially supported terminator, some applications still rely on BEL to work properly. Both have been supported historically, however there was no way for the terminal to tell which terminator was used. Since OSC escapes frequently offer the `?` parameter to query for the current format, some applications expect the response terminator to match the request terminator. To make it possible to support this, the osc_dispatcher is now informed when the BEL terminator was used. Since the C1 ST terminator was not yet supported for OSC escapes, support for it has also been added.
* Fix 1.36.0 build failureChristian Duerr2020-01-12
|
* Rename generate_state_changes proc macroChristian Duerr2019-12-10
This renames the generate_state_changes proc macro to include the `vte_` prefix, since it's not useful to anyone other than our `vte` crate.