index
:
r-alacritty-vte.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
*
Add support for kitty keyboard protocol
Kirill Chibisov
2023-08-10
*
Add const generic for no-std OSC buffer limit
Jonathan 'theJPster' Pallant
2023-07-16
*
Migrate `ansi` from `alacritty_terminal`
Anhad Singh
2023-05-14
*
Bump arrayvec to 0.7.2
Nikhil Benesch
2022-07-18
*
Fix filled params list ending with subparam
Christian Duerr
2022-05-17
*
Migrate to 2021 edition
Kirill Chibisov
2022-01-16
*
Refactor test code
Christian Duerr
2021-02-21
*
Fix intermediate reset when going from DCS to ESC
Christian Duerr
2021-02-21
*
Make all methods of the trait `Perform` optional
Christian Duerr
2020-11-27
*
Reduce the maximum value of CSI parameters
Christian Duerr
2020-11-26
*
Add CSI subparameter support
Christian Duerr
2020-08-05
*
Improve parser performance
Christian Duerr
2020-07-27
*
Remove C1 ST support from OSCs
Christian Duerr
2020-04-15
*
Fix OOB in DCS parser
Christian Duerr
2020-03-02
*
Remove ESC params
Christian Duerr
2020-02-01
*
Fix param not resetting between escapes
Christian Duerr
2020-01-31
*
Pass terminator to osc dispatcher
Christian Duerr
2020-01-29
*
Discard CSI sequences with too many parameters
Vojtěch Štěpančík
2019-12-28
*
Remove table generation
Christian Duerr
2019-12-10
*
Update to Rust 2018
Christian Duerr
2019-11-23
*
Add dynamic buffer support
Christian Duerr
2019-11-22
*
Bump version to 0.4.0
Christian Duerr
2019-11-04
*
fix dcs handling, and add a test for it
Jesse Luehrs
2019-11-03
*
Address stylistic issues
VojtechStep
2019-08-06
*
Simplify csi dispatching
VojtechStep
2019-08-06
*
Add an implicit zero after trailing semicolon
VojtechStep
2019-08-06
*
Use correct md code fence
Felix Rabe
2019-04-25
*
Fix off-by-one error when parsing CSI escapes
Christian Duerr
2018-08-13
*
Fix links to ANSI parser state machine. http links result in a 404 now,
Ted Mielczarek
2018-01-12
*
Fix tests to run.
Nathan Lilienthal
2018-01-10
*
no_std (#9)
M Farkas-Dyck
2017-11-18
*
Properly handle maximum number of CSI params
Aaron Hill
2017-05-29
*
Prevent overflow when parsing CSI/DCS parameters
Aaron Hill
2017-05-19
*
Properly handle maximum number of OSC parameters
Aaron Hill
2017-05-16
*
Fix bug in OSC parsing and drop 8-bit code support
Joe Wilm
2017-03-01
*
Fix bug parsing CSI attributes
Joe Wilm
2017-02-02
*
Fix bug with OSC parsing
Joe Wilm
2017-01-10
*
Version 0.2
Joe Wilm
2017-01-10
*
Fix bug with OSC string termination
Joe Wilm
2016-09-19
*
Add inline attributes to vte stuff
Joe Wilm
2016-09-18
*
Lightly clean up code
Joe Wilm
2016-09-18
*
Move utf8 parsing into separate crate
Joe Wilm
2016-09-17
*
Rename and document vte crate
Joe Wilm
2016-09-17
*
Remove UTF-8 TODO comment
Joe Wilm
2016-09-17
*
Add support for UTF-8
Joe Wilm
2016-09-17
*
Implement first version of parser
Joe Wilm
2016-09-16
*
wip parser
Joe Wilm
2016-09-13
*
Finish implementing codegen for state table
Joe Wilm
2016-09-13
*
WIP
Joe Wilm
2016-09-12