aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Term handles LineClearMode::{Left, All}Joe Wilm2016-08-22
* Fix scrolling directions to match ansi docJoe Wilm2016-08-19
* Add Origin mode to parserJoe Wilm2016-08-19
* Fix bug in inputJoe Wilm2016-08-19
* Fix corruption issueJoe Wilm2016-08-19
* Fix testsJoe Wilm2016-08-14
* Support bold/italic font rendering on macOSJoe Wilm2016-08-12
* Fix arrow keys on macOSJoe Wilm2016-08-03
* Input expects modifier keys from GlutinJoe Wilm2016-07-30
* Optimizations for `find /usr`Joe Wilm2016-07-29
* Fix debug printing in ansiJoe Wilm2016-07-29
* Add test for inputJoe Wilm2016-07-29
* Early return in input handlingJoe Wilm2016-07-29
* Switch to write_all in input handlerJoe Wilm2016-07-29
* Move debug macros to macros.rsJoe Wilm2016-07-29
* Remove unnecessary calls in gridJoe Wilm2016-07-29
* Fix tests in ansiJoe Wilm2016-07-29
* Fix bug getting stuck in non-CSI escapesJoe Wilm2016-07-23
* Add more debug printingJoe Wilm2016-07-16
* Fix Control-H bugJoe Wilm2016-07-16
* Fix bug in newlineJoe Wilm2016-07-16
* Fix bug rendering inverted cellsJoe Wilm2016-07-16
* Update to latest nightlyJoe Wilm2016-07-15
* Fix some compiler warningsJoe Wilm2016-07-04
* Use "invert" cursor instead of drawing blockJoe Wilm2016-07-04
* Fix bug with scrolling regionsJoe Wilm2016-07-04
* Add some printing for unhandled non-CSI escapesJoe Wilm2016-07-04
* Fix some debug printing in termJoe Wilm2016-07-04
* Fix resizing on macOSJoe Wilm2016-07-04
* Correctly handle Backspace and DeleteJoe Wilm2016-07-04
* Add support for application keypad modeJoe Wilm2016-07-04
* Term::ansi::Handler methods use debug_println!Joe Wilm2016-07-04
* Merge renderer and input handling threadsJoe 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
* Move ::grid::index to ::indexJoe Wilm2016-07-03
* Remove now unused CursorExtJoe Wilm2016-07-03
* Mark ansi::Handler methods for Term with #[inline]Joe Wilm2016-07-03
* Grid API is now generic and strongly typedJoe Wilm2016-07-03
* Move WriteNotifier type into input moduleJoe Wilm2016-07-02
* Improve ergonomics of iterating on grid::RowJoe Wilm2016-07-02
* Implement Term::erase_charsJoe Wilm2016-07-01
* Fix sign error with scroll directionsJoe Wilm2016-07-01
* Improve pty reading and renderer synchronizationJoe Wilm2016-07-01
* Vendor upcoming Utf8Chars iterator from libstdJoe Wilm2016-06-30
* Add config fileJoe Wilm2016-06-30
* Add license headers to source filesJoe Wilm2016-06-29
* Fix resizing on macOSJoe Wilm2016-06-29