summaryrefslogtreecommitdiff
path: root/src/term.rs
AgeCommit message (Expand)Author
2016-12-11Move term::cell module to its own fileJoe Wilm
2016-12-11Document a couple of methodsJoe Wilm
2016-12-11Refactor cell selection out of rendererJoe Wilm
2016-12-11Refactor limit functionJoe Wilm
2016-12-11Support normal mouse tracking modeJoe Wilm
2016-12-10Use checked subtraction for backspaceJoe Wilm
2016-11-19Add support for recording/running ref testsJoe Wilm
2016-11-17Fix test for Cell layoutJoe Wilm
2016-10-28Support drawing bold test with bright colorsJoe Wilm
2016-10-24Expand cell::Color layout testsJoe Wilm
2016-10-24Add discriminant_value test for cell::ColorJoe Wilm
2016-10-23Proof of concept live reloading for colorsJoe Wilm
2016-10-15Make colors configurable from fileJoe Wilm
2016-10-10Implement blank character insertionJoe Wilm
2016-09-25Fix bug with scrolling regionsJoe Wilm
2016-09-23Fix some compiler warningsJoe Wilm
2016-09-18Make use of `unlikely` intrinsicJoe Wilm
2016-09-18Minor fixesJoe Wilm
2016-09-18Rewrite ansi parser using vte crateJoe Wilm
2016-09-16Fix crashJoe Wilm
2016-09-15Implement delete_charsJoe Wilm
2016-09-01Move rendering back to main threadJoe Wilm
2016-08-22Scrolling v2Joe Wilm
2016-08-22Term [unimplemented] prints to stderr in releaseJoe Wilm
2016-08-22Term handles LineClearMode::{Left, All}Joe Wilm
2016-08-19Fix scrolling directions to match ansi docJoe Wilm
2016-08-19Fix bug in inputJoe Wilm
2016-08-19Fix corruption issueJoe Wilm
2016-07-29Optimizations for `find /usr`Joe Wilm
2016-07-29Move debug macros to macros.rsJoe Wilm
2016-07-16Add more debug printingJoe Wilm
2016-07-16Fix bug in newlineJoe Wilm
2016-07-04Fix some compiler warningsJoe Wilm
2016-07-04Use "invert" cursor instead of drawing blockJoe Wilm
2016-07-04Fix bug with scrolling regionsJoe Wilm
2016-07-04Fix some debug printing in termJoe Wilm
2016-07-04Add support for application keypad modeJoe Wilm
2016-07-04Term::ansi::Handler methods use debug_println!Joe Wilm
2016-07-03Make ansi::Handler methods strongly typedJoe Wilm
2016-07-03Make ansi::TermInfo strongly typedJoe Wilm
2016-07-03Move ::grid::index to ::indexJoe Wilm
2016-07-03Remove now unused CursorExtJoe Wilm
2016-07-03Mark ansi::Handler methods for Term with #[inline]Joe Wilm
2016-07-03Grid API is now generic and strongly typedJoe Wilm
2016-07-02Improve ergonomics of iterating on grid::RowJoe Wilm
2016-07-01Implement Term::erase_charsJoe Wilm
2016-07-01Fix sign error with scroll directionsJoe Wilm
2016-06-29Add license headers to source filesJoe Wilm
2016-06-29Implement terminal resizingJoe Wilm
2016-06-28Refactor Tty and Grid creation into Term::newJoe Wilm