aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* 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
* Implement terminal resizingJoe Wilm2016-06-29
* Refactor Tty and Grid creation into Term::newJoe Wilm2016-06-28
* Enable vsyncJoe Wilm2016-06-27
* Function keys send escape sequencesJoe Wilm2016-06-23
* Implement special input handlingJoe Wilm2016-06-23
* Fix bug handling ansi mode sequencesJoe Wilm2016-06-23
* Fix a few compiler warningsJoe Wilm2016-06-14
* Add support for macOSJoe Wilm2016-06-14
* Fix backspaceJoe Wilm2016-06-09
* Fix all trivial compiler warningsJoe Wilm2016-06-09
* Sort some importsJoe Wilm2016-06-09
* Make state updates and rendering event drivenJoe Wilm2016-06-09
* Fix shutdown deadlockJoe Wilm2016-06-08
* Add support for scrolling regionsJoe Wilm2016-06-08
* Handle TEXT_CURSOR modeJoe Wilm2016-06-07
* Only draw when terminal state has changedJoe Wilm2016-06-07
* Parse a few more ansi terminal mode commandsJoe Wilm2016-06-07
* Handle pty char recv errorsJoe Wilm2016-06-07
* Add named thread for pty readerJoe Wilm2016-06-07
* Unwrap some unhandled errorsJoe Wilm2016-06-07
* Add explicit bounds check when advancing cursorJoe Wilm2016-06-06
* Tweak some Grid methodsJoe Wilm2016-06-06
* Fix bug where there were extra grid rowsJoe Wilm2016-06-06
* Terminal sets more attributes on grid CellsJoe Wilm2016-06-06