aboutsummaryrefslogtreecommitdiff
path: root/src/ansi.rs
Commit message (Expand)AuthorAge
...
* Add support for SGR mouse reportingJoe Wilm2017-01-01
* Misc formatting fixesJoe Wilm2016-12-16
* Remove outdated and no longer correct docJoe Wilm2016-12-16
* Rustup and clippyJoe Wilm2016-12-16
* Cleaning up main; Added window moduleJoe Wilm2016-12-11
* Implement Handler::identify_terminal for TermJoe Wilm2016-12-11
* Refactor color list managementJoe Wilm2016-12-11
* Add support for indexed colorsJoe Wilm2016-12-11
* Add support for bracketed pasteJoe Wilm2016-12-11
* Support normal mouse tracking modeJoe Wilm2016-12-11
* Add support for recording/running ref testsJoe Wilm2016-11-19
* Support drawing bold test with bright colorsJoe Wilm2016-10-28
* Proof of concept live reloading for colorsJoe Wilm2016-10-23
* Implement blank character insertionJoe Wilm2016-10-10
* Fix some compiler warningsJoe Wilm2016-09-23
* Add unhandled `execute` logJoe Wilm2016-09-23
* Fix missing `esc_dispatch` logJoe Wilm2016-09-23
* Rewrite ansi parser using vte crateJoe Wilm2016-09-18
* Add Origin mode to parserJoe Wilm2016-08-19
* Fix testsJoe Wilm2016-08-14
* Fix debug printing in ansiJoe Wilm2016-07-29
* Fix tests in ansiJoe Wilm2016-07-29
* Fix bug getting stuck in non-CSI escapesJoe Wilm2016-07-23
* Update to latest nightlyJoe Wilm2016-07-15
* Add some printing for unhandled non-CSI escapesJoe Wilm2016-07-04
* Add support for application keypad modeJoe Wilm2016-07-04
* Fix transpose bug with ansi gotoJoe Wilm2016-07-04
* Make ansi::Handler methods strongly typedJoe Wilm2016-07-03
* Remove ansi::DebugHandlerJoe Wilm2016-07-03
* Make ansi::TermInfo strongly typedJoe Wilm2016-07-03
* Add config fileJoe Wilm2016-06-30
* Add license headers to source filesJoe Wilm2016-06-29
* Fix bug handling ansi mode sequencesJoe Wilm2016-06-23
* Fix a few compiler warningsJoe Wilm2016-06-14
* Fix backspaceJoe Wilm2016-06-09
* Fix all trivial compiler warningsJoe Wilm2016-06-09
* Add support for scrolling regionsJoe Wilm2016-06-08
* Parse a few more ansi terminal mode commandsJoe Wilm2016-06-07
* Fix escape bytes as input bug in ANSI parserJoe Wilm2016-06-06
* Minor updates to terminal handlingJoe Wilm2016-06-06
* Initial support for Terminal Emulation (woo!)Joe Wilm2016-06-02
* Initial ANSI parser implementationJoe Wilm2016-05-28