aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add additional arbitrary script handler.HEADrahmJosh Rahm2025-02-05
* Replace `no_std` with `std` featureChristian Duerr2025-01-27
* Add support for DECST8CAyman Bagabas2025-01-17
* Rewrite table based state change to `match` basedKirill Chibisov2025-01-12
* Fix crash when valid char was splitKirill Chibisov2025-01-12
* Switch parser to multi-byte processingChristian Duerr2025-01-09
* Improve attrs_from_sgr_parameters performanceKirill Chibisov2024-12-29
* Add SCP control supportMohammad AlSaleh2024-04-01
* Add support for DECRQM/DECRPMKirill Chibisov2023-11-17
* Split-out `PrivateMode` from 'Mode'Kirill Chibisov2023-11-17
* Reexport cursor_icon crateKirill Chibisov2023-11-15
* Ensure proper enum representationEthan Pailes2023-11-04
* Add support for xterm's modifyOtherKeys CSIKirill Chibisov2023-09-26
* Switch sync escape from DCS to CSIChristian Duerr2023-09-19
* Add support for kitty keyboard protocolKirill Chibisov2023-08-10
* Add support for OSC 22Kirill Chibisov2023-08-07
* Add const generic for no-std OSC buffer limitJonathan 'theJPster' Pallant2023-07-16
* Bump rust-version to match actual MSRVDirkjan Ochtman2023-05-26
* Add ansi color contrast tests forAnhad Singh2023-05-18
* 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 outdated table.rs.in fileChristian Duerr2019-12-16
* Rename generate_state_changes proc macroChristian Duerr2019-12-10
* 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