aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Show hollow cursor for windows starting unfocusedChristian Duerr2018-09-19
* Add hidden escape sequenceChristian Duerr2018-09-19
* Opt-in to macOS Mojave Dark ModePhilipp2018-09-18
* Mention required terminfo update when changing tabspacesDaniel Eklöf2018-09-18
* Set upper limit for scrollback history sizeChristian Duerr2018-09-18
* Fix style issuesMatthias Krüger2018-09-17
* Add `fontconfig-devel` dependency for building on Void LinuxVoidNoire2018-09-17
* Fix fish completion name in deb installerNathan West2018-09-17
* Give zsh completion file the correct name when installing with `cargo deb --i...Alexander Schlarb2018-09-17
* Set COLORTERM variable to advertise 24-bit supportDavid Peter2018-09-17
* Acknowledge first click on unfocused windows with bsd/linuxnolanl2018-09-17
* Add mention of official arch linux packageChristian Rebischke2018-09-17
* Add latest blog post to READMEJoe Wilm2018-09-17
* Merge pull request #1147 from jwilm/scrollbackJoe Wilm2018-09-17
|\
| * Bump version in CHANGELOGJoe Wilm2018-09-17
| * Bump version number to 0.2.0 (#1492)Christian Duerr2018-09-17
| * Fix substraction underflow with IL sequenceChristian Duerr2018-09-05
| * Implement `ansi::ClearMode::Saved`Nathan Lilienthal2018-09-02
| * 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