aboutsummaryrefslogtreecommitdiff
path: root/src/term.rs
Commit message (Expand)AuthorAge
* Make state updates and rendering event drivenJoe Wilm2016-06-09
* 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
* Add explicit bounds check when advancing cursorJoe Wilm2016-06-06
* Terminal sets more attributes on grid CellsJoe Wilm2016-06-06
* Add support for drawing background colorsJoe Wilm2016-06-06
* Minor updates to terminal handlingJoe Wilm2016-06-06
* Add iterator methods to Grid and Row typesJoe Wilm2016-06-04
* Refactor renderer functions out of main.rsJoe Wilm2016-06-02
* Initial support for Terminal Emulation (woo!)Joe Wilm2016-06-02