aboutsummaryrefslogtreecommitdiff
path: root/src/grid
AgeCommit message (Expand)Author
2018-05-29Remove checking on remainder opscroll/impossible-zeroJoe Wilm
2018-05-29Remove dead codeJoe Wilm
2018-05-29Optimize Storage::swapJoe Wilm
2018-05-29Refactor Storage<T> to be a Vec<Row<T>> internallyJoe Wilm
2018-05-29Fix issue with endless allocation loopJoe Wilm
2018-05-29Shave a few cycles off Grid::scroll_upJoe Wilm
2018-05-29Fix OOB index in grid::DisplayIterJoe Wilm
2018-05-29Optimize Row::resetJoe Wilm
2018-05-29Optimize Storage::swap_linesJoe Wilm
2018-05-29Truncate invisible lines before storing ref-testsChristian Duerr
2018-05-29Add documentation for `len` field on `Storage`Christian Duerr
2018-05-29Remove `push` from `Storage`Christian Duerr
2018-05-29Improve the resizing implementationChristian Duerr
2018-05-29fixup! Add assert to Row::growJoe Wilm
2018-05-29Add assert to Row::growJoe Wilm
2018-05-14Improve storage comparison algorithmChristian Duerr
2018-05-14Reset grid content when running `reset`Christian Duerr
2018-05-14Enable history comparison in ref-testsChristian Duerr
2018-04-28Reset grid when running `reset`Christian Duerr
2018-04-24Fix bright characters in first columnChristian Duerr
2018-04-24Revert "Fix cursor not showing in first column"Christian Duerr
2018-04-24Compile on stableJoe Wilm
2018-04-24Fix order of lines after resizeChristian Duerr
2018-04-24Fix scrollback history size 0 bugChristian Duerr
2018-04-02Add documentation to explain the processplaying-aroundChristian Duerr
2018-04-02Fix cursor not showing in first columnChristian Duerr
2018-04-02Fix BCE ref testsJoe Wilm
2018-04-02Fix grid scroll testsJoe Wilm
2018-04-02Make tests compile againJoe Wilm
2018-03-20Fix regression with scrolling regionsJoe Wilm
2018-03-15Replace scrolling methods with enumChristian Duerr
2018-03-15Add scrollback hotkeysChristian Duerr
2018-03-12Fix crash when selection leaves viewportChristian Duerr
2018-03-07Support selections with scrolling bufferJoe Wilm
2018-03-07Move selection into GridJoe Wilm
2018-03-07Fix scrolling backwards in tmuxJoe Wilm
2018-03-07Make number of scrollback lines configurableJoe Wilm
2018-03-07Scroll to bottom on character receivedJoe Wilm
2018-03-07wip fix scroll_downJoe Wilm
2018-03-07Fir cursor not scrollingJoe Wilm
2018-03-07Add scrolling limit and update on grow linesJoe Wilm
2018-03-07checkpoint: very basic scrolling worksJoe Wilm
2018-03-07wip scrollbackJoe Wilm
2018-03-07Remove some unused implsJoe Wilm
2018-03-07Minor improvementsJoe Wilm
2018-03-07WIP optimize scroll in regionJoe Wilm
2018-03-07Use memcpy for resetting row contentsJoe Wilm
2018-03-07Remove some unused methods and implsJoe Wilm
2018-03-07Eliminate ClearRegion traitJoe Wilm
2018-03-07Move grid Row and tests into submodulesJoe Wilm