aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-06Disable scroll buffer for "alt" Gridscroll/fix-alt-grid-sizeJoe Wilm
2018-07-06Fix incorrect cell side in selectionChristian 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-02Fix issue with endless allocation loopJoe Wilm
2018-06-02Shave a few cycles off Grid::scroll_upJoe Wilm
2018-06-02Fix OOB index in grid::DisplayIterJoe Wilm
2018-06-02Optimize Row::resetJoe 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-02fixup! Add assert to Row::growJoe Wilm
2018-06-02Add assert to Row::growJoe Wilm
2018-06-02Re-record grid_reset testChristian Duerr
2018-06-02Improve storage comparison algorithmChristian Duerr
2018-06-02Reduce size of ref testsChristian Duerr
2018-06-02Reset grid content when running `reset`Christian Duerr
2018-06-02Enable history comparison in ref-testsChristian Duerr
2018-06-02Reset grid when running `reset`Christian Duerr
2018-06-02Fix bright characters in first columnChristian Duerr
2018-06-02Revert "Fix cursor not showing in first column"Christian 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-02Add documentation to explain the processChristian Duerr
2018-06-02Fix cursor not showing in first columnChristian Duerr
2018-06-02Fix BCE ref testsJoe Wilm
2018-06-02Fix selection testsChristian Duerr
2018-06-02Fix grid scroll testsJoe Wilm
2018-06-02Make tests compile againJoe Wilm
2018-06-02Rework auto-scrolling optionsChristian Duerr
2018-06-02Fix regression with scrolling regionsJoe Wilm
2018-06-02Refactor `span_simple` selectionChristian Duerr
2018-06-02Replace scrolling methods with enumChristian Duerr
2018-06-02Add scrollback hotkeysChristian Duerr
2018-06-02Fix selection starting in first cellChristian Duerr
2018-06-02Fix buggy selection when scrolling downChristian Duerr
2018-06-02Fix multi-line selection with single cell endChristian Duerr
2018-06-02Fix selection in scrollbackChristian Duerr
2018-06-02Fix linux config default valueChristian Duerr
2018-06-02Merge branch #1095Christian Duerr
2018-06-02Change config file to display the correct defaultChristian Duerr
2018-06-02Make normal scrolling line amount configurableChristian Duerr
2018-06-02Fix crash when selection leaves viewportChristian Duerr