aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * Scroll visible area when growing windowChristian Duerr2018-08-15
| * Update dependMatthias Krüger2018-08-05
| * Reset visible area when RIS is receivedChristian Duerr2018-08-03
| * Remove "Why doesn't it support scrollback?" from FAQÁrni Dagur2018-07-29
| * Enable LTOChristian Duerr2018-07-29
| * Merge branch 'master' into scrollbackChristian Duerr2018-07-28
| |\
| * | Merge master into scrollbackChristian Duerr2018-07-28
| * | Fix trailing colors when leaving vim after resizeChristian Duerr2018-07-26
| * | Replace runtime debug assertions with static asserts on scrollbackTh3Fanbus2018-07-26
| * | Scrollback cleanupChristian Duerr2018-07-21
| * | Disable scroll buffer for "alt" GridJoe Wilm2018-07-09
| * | Fix incorrect cell side in selectionChristian Duerr2018-07-06
| * | Fix scrollback accessing indices out of boundsChristian Duerr2018-07-02
| * | Optimize indexing of the grid's raw bufferChristian Duerr2018-06-16
| * | Allow changing scrollback history size at runtimeChristian Duerr2018-06-02
| * | Remove dead codeJoe Wilm2018-06-02
| * | Optimize Storage::swapJoe 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
| * | Optimize Row::resetJoe Wilm2018-06-02
| * | Optimize Storage::swap_linesJoe Wilm2018-06-02
| * | Truncate invisible lines before storing ref-testsChristian Duerr2018-06-02
| * | Add documentation for `len` field on `Storage`Christian Duerr2018-06-02
| * | Remove `push` from `Storage`Christian Duerr2018-06-02
| * | Improve the resizing implementationChristian Duerr2018-06-02
| * | fixup! Add assert to Row::growJoe Wilm2018-06-02
| * | Add assert to Row::growJoe Wilm2018-06-02
| * | Re-record grid_reset testChristian Duerr2018-06-02
| * | Improve storage comparison algorithmChristian Duerr2018-06-02
| * | Reduce size of ref testsChristian Duerr2018-06-02
| * | Reset grid content when running `reset`Christian 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
| * | Compile on stableJoe Wilm2018-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
| * | Fix selection testsChristian Duerr2018-06-02
| * | Fix grid scroll testsJoe Wilm2018-06-02
| * | Make tests compile againJoe Wilm2018-06-02
| * | Rework auto-scrolling optionsChristian Duerr2018-06-02
| * | Fix regression with scrolling regionsJoe Wilm2018-06-02
| * | Refactor `span_simple` selectionChristian Duerr2018-06-02
| * | Replace scrolling methods with enumChristian Duerr2018-06-02