aboutsummaryrefslogtreecommitdiff
path: root/src/ansi.rs
AgeCommit message (Expand)Author
2017-03-04Handle CSI command J3 (Clear saved lines)Aaron Hill
2017-03-03Handle OSC command '1' (Set Icon Name)Aaron Hill
2017-02-25Change cursor colors config to use text and cursorJoe Wilm
2017-02-11Handle OSC for setting indexed color valuesJoe Wilm
2017-02-02Implement save/restore cursor positionJoe Wilm
2017-01-29support for inverting the cursor or using colorsDanny Dulai
2017-01-23Use the log-crate instead of printing to stdoutLukas Lueg
2017-01-21ansi: Designate and invoke graphic character setsRichard Palethorpe
2017-01-11Proposal for line wrap - ^[[7h and ^[[7l (private)Michael Brumlow
2017-01-11Add support for setting title from OSCJoe Wilm
2017-01-08Fix parsing of coalesced SGR attributesJoe Wilm
2017-01-06Remove need for inclusive rangesManish Goregaokar
2017-01-06Remove need for range_contains featureManish Goregaokar
2017-01-01Add support for SGR mouse reportingJoe Wilm
2016-12-16Misc formatting fixesJoe Wilm
2016-12-16Remove outdated and no longer correct docJoe Wilm
2016-12-16Rustup and clippyJoe Wilm
2016-12-11Cleaning up main; Added window moduleJoe Wilm
2016-12-11Implement Handler::identify_terminal for TermJoe Wilm
2016-12-11Refactor color list managementJoe Wilm
2016-12-11Add support for indexed colorsJoe Wilm
2016-12-11Add support for bracketed pasteJoe Wilm
2016-12-11Support normal mouse tracking modeJoe Wilm
2016-11-19Add support for recording/running ref testsJoe Wilm
2016-10-28Support drawing bold test with bright colorsJoe Wilm
2016-10-23Proof of concept live reloading for colorsJoe Wilm
2016-10-10Implement blank character insertionJoe Wilm
2016-09-23Fix some compiler warningsJoe Wilm
2016-09-23Add unhandled `execute` logJoe Wilm
2016-09-23Fix missing `esc_dispatch` logJoe Wilm
2016-09-18Rewrite ansi parser using vte crateJoe Wilm
2016-08-19Add Origin mode to parserJoe Wilm
2016-08-14Fix testsJoe Wilm
2016-07-29Fix debug printing in ansiJoe Wilm
2016-07-29Fix tests in ansiJoe Wilm
2016-07-23Fix bug getting stuck in non-CSI escapesJoe Wilm
2016-07-15Update to latest nightlyJoe Wilm
2016-07-04Add some printing for unhandled non-CSI escapesJoe Wilm
2016-07-04Add support for application keypad modeJoe Wilm
2016-07-04Fix transpose bug with ansi gotoJoe Wilm
2016-07-03Make ansi::Handler methods strongly typedJoe Wilm
2016-07-03Remove ansi::DebugHandlerJoe Wilm
2016-07-03Make ansi::TermInfo strongly typedJoe Wilm
2016-06-30Add config fileJoe Wilm
2016-06-29Add license headers to source filesJoe Wilm
2016-06-23Fix bug handling ansi mode sequencesJoe Wilm
2016-06-14Fix a few compiler warningsJoe Wilm
2016-06-09Fix backspaceJoe Wilm
2016-06-09Fix all trivial compiler warningsJoe Wilm
2016-06-08Add support for scrolling regionsJoe Wilm