| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Bump crate versions missing license filesmaster | Christian Duerr | 2024-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_changes | Casey Dahlin | 2024-01-25 |
| | | |||
| * | Migrate to 2021 edition | Kirill Chibisov | 2022-01-16 |
| | | |||
| * | Pass terminator to osc dispatcher | Christian Duerr | 2020-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 URLs | Alex Touchet | 2020-01-20 |
| | | |||
| * | Bump vte_generate_state_changes version to 0.1.1 | Christian Duerr | 2020-01-12 |
| | | |||
| * | Fix 1.36.0 build failure | Christian Duerr | 2020-01-12 |
| | | |||
| * | Rename generate_state_changes proc macro | Christian Duerr | 2019-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. | |||