aboutsummaryrefslogtreecommitdiff
path: root/src/grid/mod.rs
Commit message (Expand)AuthorAge
* Fix rendering of selections outside the viewportChristian Duerr2018-09-28
* Dynamically initialize grid storageChristian Duerr2018-09-24
* Implement `ansi::ClearMode::Saved`Nathan Lilienthal2018-09-02
* Scroll visible area when growing windowChristian Duerr2018-08-15
* Reset visible area when RIS is receivedChristian Duerr2018-08-03
* Scrollback cleanupChristian Duerr2018-07-21
* Fix scrollback accessing indices out of boundsChristian Duerr2018-07-02
* Allow changing scrollback history size at runtimeChristian Duerr2018-06-02
* Remove dead codeJoe Wilm2018-06-02
* Refactor Storage<T> to be a Vec<Row<T>> internallyJoe Wilm2018-06-02
* Fix issue with endless allocation loopJoe Wilm2018-06-02
* Shave a few cycles off Grid::scroll_upJoe Wilm2018-06-02
* Fix OOB index in grid::DisplayIterJoe Wilm2018-06-02
* Truncate invisible lines before storing ref-testsChristian Duerr2018-06-02
* Remove `push` from `Storage`Christian Duerr2018-06-02
* Improve the resizing implementationChristian Duerr2018-06-02
* Improve storage comparison algorithmChristian Duerr2018-06-02
* Enable history comparison in ref-testsChristian Duerr2018-06-02
* Reset grid when running `reset`Christian Duerr2018-06-02
* Fix bright characters in first columnChristian Duerr2018-06-02
* Revert "Fix cursor not showing in first column"Christian Duerr2018-06-02
* Fix order of lines after resizeChristian Duerr2018-06-02
* Fix scrollback history size 0 bugChristian Duerr2018-06-02
* Add documentation to explain the processChristian Duerr2018-06-02
* Fix cursor not showing in first columnChristian Duerr2018-06-02
* Fix BCE ref testsJoe Wilm2018-06-02
* Make tests compile againJoe Wilm2018-06-02
* Fix regression with scrolling regionsJoe Wilm2018-06-02
* Replace scrolling methods with enumChristian Duerr2018-06-02
* Add scrollback hotkeysChristian Duerr2018-06-02
* Fix crash when selection leaves viewportChristian Duerr2018-06-02
* Support selections with scrolling bufferJoe Wilm2018-06-02
* Move selection into GridJoe Wilm2018-06-02
* Fix scrolling backwards in tmuxJoe Wilm2018-06-02
* Make number of scrollback lines configurableJoe Wilm2018-06-02
* Scroll to bottom on character receivedJoe Wilm2018-06-02
* wip fix scroll_downJoe Wilm2018-06-02
* Fir cursor not scrollingJoe Wilm2018-06-02
* Add scrolling limit and update on grow linesJoe Wilm2018-06-02
* checkpoint: very basic scrolling worksJoe Wilm2018-06-02
* wip scrollbackJoe Wilm2018-06-02
* Remove some unused implsJoe Wilm2018-06-02
* Minor improvementsJoe Wilm2018-06-02
* WIP optimize scroll in regionJoe Wilm2018-06-02
* Use memcpy for resetting row contentsJoe Wilm2018-06-02
* Remove some unused methods and implsJoe Wilm2018-06-02
* Eliminate ClearRegion traitJoe Wilm2018-06-02
* Move grid Row and tests into submodulesJoe Wilm2018-06-02