aboutsummaryrefslogtreecommitdiff
path: root/vte_generate_state_changes
Commit message (Collapse)AuthorAge
* Bump crate versions missing license filesmasterChristian Duerr2024-06-08
| | | | | | | This patch bumps utf8parse/vte_generate_state_changes versions to release the change which included the license files into the crates.io package. Closes #113.
* Add licenses to vte_generate_state_changesCasey Dahlin2024-01-25
|
* 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 outdated URLsAlex Touchet2020-01-20
|
* Bump vte_generate_state_changes version to 0.1.1Christian Duerr2020-01-12
|
* 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.