aboutsummaryrefslogtreecommitdiff
path: root/src/ansi.rs
AgeCommit message (Expand)Author
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
2016-06-07Parse a few more ansi terminal mode commandsJoe Wilm
2016-06-06Fix escape bytes as input bug in ANSI parserJoe Wilm
2016-06-06Minor updates to terminal handlingJoe Wilm
2016-06-02Initial support for Terminal Emulation (woo!)Joe Wilm
2016-05-28Initial ANSI parser implementationJoe Wilm