aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-29Fix debug printing in ansiJoe Wilm
2016-07-29Add test for inputJoe Wilm
2016-07-29Early return in input handlingJoe Wilm
2016-07-29Switch to write_all in input handlerJoe Wilm
2016-07-29Move debug macros to macros.rsJoe Wilm
2016-07-29Remove unnecessary calls in gridJoe Wilm
2016-07-29Fix tests in ansiJoe Wilm
2016-07-23Fix bug getting stuck in non-CSI escapesJoe Wilm
2016-07-16Add more debug printingJoe Wilm
2016-07-16Fix Control-H bugJoe Wilm
2016-07-16Fix bug in newlineJoe Wilm
2016-07-16Fix bug rendering inverted cellsJoe Wilm
2016-07-15Update to latest nightlyJoe Wilm
2016-07-12Remove noisey printing on macOSJoe 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-04Add some printing for unhandled non-CSI escapesJoe Wilm
2016-07-04Fix some debug printing in termJoe Wilm
2016-07-04Fix resizing on macOSJoe Wilm
2016-07-04Correctly handle Backspace and DeleteJoe Wilm
2016-07-04Add support for application keypad modeJoe Wilm
2016-07-04Term::ansi::Handler methods use debug_println!Joe Wilm
2016-07-04Merge renderer and input handling threadsJoe 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-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-02Move WriteNotifier type into input moduleJoe 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-07-01Improve pty reading and renderer synchronizationJoe Wilm
2016-06-30Vendor upcoming Utf8Chars iterator from libstdJoe Wilm
2016-06-30Add config fileJoe Wilm
2016-06-29Add license header to glsl filesJoe Wilm
2016-06-29Add license headers to source filesJoe Wilm
2016-06-29Fix resizing on macOSJoe Wilm
2016-06-29Implement terminal resizingJoe Wilm
2016-06-28Refactor Tty and Grid creation into Term::newJoe Wilm
2016-06-27Enable vsyncJoe Wilm
2016-06-24Fix subpixel rendering for macOSJoe Wilm
2016-06-23Function keys send escape sequencesJoe Wilm
2016-06-23Implement special input handlingJoe Wilm
2016-06-23Fix bug handling ansi mode sequencesJoe Wilm
2016-06-14Fix a few compiler warningsJoe Wilm