aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Expand)AuthorAge
* Add support for kitty keyboard protocolKirill Chibisov2023-08-10
* Add const generic for no-std OSC buffer limitJonathan 'theJPster' Pallant2023-07-16
* Migrate `ansi` from `alacritty_terminal`Anhad Singh2023-05-14
* Bump arrayvec to 0.7.2Nikhil Benesch2022-07-18
* Fix filled params list ending with subparamChristian Duerr2022-05-17
* Migrate to 2021 editionKirill Chibisov2022-01-16
* Refactor test codeChristian Duerr2021-02-21
* Fix intermediate reset when going from DCS to ESCChristian Duerr2021-02-21
* Make all methods of the trait `Perform` optionalChristian Duerr2020-11-27
* Reduce the maximum value of CSI parametersChristian Duerr2020-11-26
* Add CSI subparameter supportChristian Duerr2020-08-05
* Improve parser performanceChristian Duerr2020-07-27
* Remove C1 ST support from OSCsChristian Duerr2020-04-15
* Fix OOB in DCS parserChristian Duerr2020-03-02
* Remove ESC paramsChristian Duerr2020-02-01
* Fix param not resetting between escapesChristian Duerr2020-01-31
* Pass terminator to osc dispatcherChristian Duerr2020-01-29
* Discard CSI sequences with too many parametersVojtěch Štěpančík2019-12-28
* Remove table generationChristian Duerr2019-12-10
* Update to Rust 2018Christian Duerr2019-11-23
* Add dynamic buffer supportChristian Duerr2019-11-22
* Bump version to 0.4.0Christian Duerr2019-11-04
* fix dcs handling, and add a test for itJesse Luehrs2019-11-03
* Address stylistic issuesVojtechStep2019-08-06
* Simplify csi dispatchingVojtechStep2019-08-06
* Add an implicit zero after trailing semicolonVojtechStep2019-08-06
* Use correct md code fenceFelix Rabe2019-04-25
* Fix off-by-one error when parsing CSI escapesChristian Duerr2018-08-13
* Fix links to ANSI parser state machine. http links result in a 404 now,Ted Mielczarek2018-01-12
* Fix tests to run.Nathan Lilienthal2018-01-10
* no_std (#9)M Farkas-Dyck2017-11-18
* Properly handle maximum number of CSI paramsAaron Hill2017-05-29
* Prevent overflow when parsing CSI/DCS parametersAaron Hill2017-05-19
* Properly handle maximum number of OSC parametersAaron Hill2017-05-16
* Fix bug in OSC parsing and drop 8-bit code supportJoe Wilm2017-03-01
* Fix bug parsing CSI attributesJoe Wilm2017-02-02
* Fix bug with OSC parsingJoe Wilm2017-01-10
* Version 0.2Joe Wilm2017-01-10
* Fix bug with OSC string terminationJoe Wilm2016-09-19
* Add inline attributes to vte stuffJoe Wilm2016-09-18
* Lightly clean up codeJoe Wilm2016-09-18
* Move utf8 parsing into separate crateJoe Wilm2016-09-17
* Rename and document vte crateJoe Wilm2016-09-17
* Remove UTF-8 TODO commentJoe Wilm2016-09-17
* Add support for UTF-8Joe Wilm2016-09-17
* Implement first version of parserJoe Wilm2016-09-16
* wip parserJoe Wilm2016-09-13
* Finish implementing codegen for state tableJoe Wilm2016-09-13
* WIPJoe Wilm2016-09-12