aboutsummaryrefslogtreecommitdiff
path: root/src/ansi.rs
Commit message (Expand)AuthorAge
* Fix Device Status reportsDominik Miedziński2017-05-08
* Add support for Query Device StatusDominik Miedziński2017-05-07
* Support insert modeJoe Wilm2017-05-01
* Partially add DECCOLM supportJoe Wilm2017-04-19
* Fixes for vttest cursor movement screen 1Joe Wilm2017-04-18
* Implement LF/NLJoe Wilm2017-04-18
* Handle CSI command J3 (Clear saved lines)Aaron Hill2017-03-04
* Handle OSC command '1' (Set Icon Name)Aaron Hill2017-03-03
* Change cursor colors config to use text and cursorJoe Wilm2017-02-25
* Handle OSC for setting indexed color valuesJoe Wilm2017-02-11
* Implement save/restore cursor positionJoe Wilm2017-02-02
* support for inverting the cursor or using colorsDanny Dulai2017-01-29
* Use the log-crate instead of printing to stdoutLukas Lueg2017-01-23
* ansi: Designate and invoke graphic character setsRichard Palethorpe2017-01-21
* Proposal for line wrap - ^[[7h and ^[[7l (private)Michael Brumlow2017-01-11
* Add support for setting title from OSCJoe Wilm2017-01-11
* Fix parsing of coalesced SGR attributesJoe Wilm2017-01-08
* Remove need for inclusive rangesManish Goregaokar2017-01-06
* Remove need for range_contains featureManish Goregaokar2017-01-06
* 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