aboutsummaryrefslogtreecommitdiff
path: root/src/grid/storage.rs
AgeCommit message (Expand)Author
2019-03-02Fix alt screen bugsissue-2145Christian Duerr
2018-12-10Upgrade to Rust 2018Joe Wilm
2018-09-29Fix failing test with `bench` featureChristian Duerr
2018-09-24Dynamically initialize grid storageChristian Duerr
2018-09-20Fix build failure on 32-bit machinesJohannes
2018-09-17Fix style issuesMatthias Krüger
2018-07-26Replace runtime debug assertions with static asserts on scrollbackTh3Fanbus
2018-07-21Scrollback cleanupChristian Duerr
2018-07-02Fix scrollback accessing indices out of boundsChristian Duerr
2018-06-16Optimize indexing of the grid's raw bufferChristian Duerr
2018-06-02Allow changing scrollback history size at runtimeChristian Duerr
2018-06-02Remove dead codeJoe Wilm
2018-06-02Optimize Storage::swapJoe Wilm
2018-06-02Refactor Storage<T> to be a Vec<Row<T>> internallyJoe Wilm
2018-06-02Shave a few cycles off Grid::scroll_upJoe Wilm
2018-06-02Fix OOB index in grid::DisplayIterJoe Wilm
2018-06-02Optimize Storage::swap_linesJoe Wilm
2018-06-02Truncate invisible lines before storing ref-testsChristian Duerr
2018-06-02Add documentation for `len` field on `Storage`Christian Duerr
2018-06-02Remove `push` from `Storage`Christian Duerr
2018-06-02Improve the resizing implementationChristian Duerr
2018-06-02Improve storage comparison algorithmChristian Duerr
2018-06-02Reset grid content when running `reset`Christian Duerr
2018-06-02Enable history comparison in ref-testsChristian Duerr
2018-06-02Compile on stableJoe Wilm
2018-06-02Fix order of lines after resizeChristian Duerr
2018-06-02Fix scrollback history size 0 bugChristian Duerr
2018-06-02Fix BCE ref testsJoe Wilm
2018-06-02Make tests compile againJoe Wilm
2018-06-02Fix scrolling backwards in tmuxJoe Wilm
2018-06-02wip fix scroll_downJoe Wilm
2018-06-02checkpoint: very basic scrolling worksJoe Wilm
2018-06-02Remove some unused implsJoe Wilm
2018-06-02Minor improvementsJoe Wilm
2018-06-02WIP optimize scroll in regionJoe Wilm