aboutsummaryrefslogtreecommitdiff
path: root/src/grid.rs
Commit message (Expand)AuthorAge
* Move ::grid::index to ::indexJoe Wilm2016-07-03
* Grid API is now generic and strongly typedJoe Wilm2016-07-03
* Improve ergonomics of iterating on grid::RowJoe Wilm2016-07-02
* Implement Term::erase_charsJoe Wilm2016-07-01
* Add license headers to source filesJoe Wilm2016-06-29
* Implement terminal resizingJoe Wilm2016-06-29
* Refactor Tty and Grid creation into Term::newJoe Wilm2016-06-28
* Add support for macOSJoe Wilm2016-06-14
* Add support for scrolling regionsJoe Wilm2016-06-08
* 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
* Add support for drawing background colorsJoe Wilm2016-06-06
* Add iterator methods to Grid and Row typesJoe Wilm2016-06-04
* Initial support for Terminal Emulation (woo!)Joe Wilm2016-06-02
* Add render time meterJoe Wilm2016-05-21
* Use subpixel font renderingJoe Wilm2016-04-11
* Add a GridJoe Wilm2016-04-10