aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Set COLORTERM variable to advertise 24-bit supportDavid Peter2018-09-17
* Acknowledge first click on unfocused windows with bsd/linuxnolanl2018-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
* Reset visible area when RIS is receivedChristian Duerr2018-08-03
* Merge branch 'master' into scrollbackChristian Duerr2018-07-28
|\
| * Ignore errors when logger can't write to outputChristian Duerr2018-07-25
| * Fix clippy lints and run font tests on travisMatthias Krüger2018-07-25
| * Add optional dim foreground colorRémi Garde2018-07-23
| * Add binding action for hiding the windowJosh Leeb-du Toit2018-07-22
| * Allow specifying modifiers for mouse bindingsChristian Duerr2018-07-21
| * Switch from deprecated `std::env::home_dir` to `dirs::home_dir`Christian Duerr2018-07-20
| * Add bright foreground color optionChristian Duerr2018-07-15
| * Add support for cursor shape escape sequenceAnthony Clays2018-07-15
| * Add config for unfocused window cursor changePatrycja Balik2018-07-15
| * Replace debug asserts with static_assertionsChristian Duerr2018-07-05
| * Remove unnecessary clippy lint annotationsMatthias Krüger2018-07-01
| * Update manpage to document all CLI optionsChristian Duerr2018-07-01
| * Fix clippy issuesChristian Duerr2018-07-01
| * Ignore mouse input if window is unfocusedFelippe da Motta Raposo2018-06-23
| * Change green implementation to use the macroasoderman2018-06-19
| * Override dynamic_title when --title is specifiedNathan Lilienthal2018-06-18
| * Move to cargo clippyChristian Duerr2018-06-17
| * Add Copy/Cut/Paste keysChristian Duerr2018-06-16
| * Reduce Increase-/DecreaseFontSize step to 0.5Felippe da Motta Raposo2018-06-08
| * Add working --class and --title CLI parametersTezkerek2018-06-07
| * Allow disabling DPI scalingChristian Duerr2018-06-07
* | 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