aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-09-17Bump version number to 0.2.0 (#1492)Christian Duerr
2018-09-05Fix substraction underflow with IL sequenceChristian Duerr
2018-09-02Implement `ansi::ClearMode::Saved`Nathan Lilienthal
2018-08-15Scroll visible area when growing windowChristian Duerr
2018-08-03Reset visible area when RIS is receivedChristian Duerr
2018-07-28Merge branch 'master' into scrollbackChristian Duerr
2018-07-28Merge master into scrollbackChristian Duerr
2018-07-26Fix trailing colors when leaving vim after resizeChristian Duerr
2018-07-26Replace runtime debug assertions with static asserts on scrollbackTh3Fanbus
2018-07-25Ignore errors when logger can't write to outputChristian Duerr
2018-07-25Fix clippy lints and run font tests on travisMatthias Krüger
2018-07-23Add optional dim foreground colorRémi Garde
2018-07-22Add binding action for hiding the windowJosh Leeb-du Toit
2018-07-21Allow specifying modifiers for mouse bindingsChristian Duerr
2018-07-21Scrollback cleanupChristian Duerr
2018-07-20Switch from deprecated `std::env::home_dir` to `dirs::home_dir`Christian Duerr
2018-07-15Add bright foreground color optionChristian Duerr
2018-07-15Add support for cursor shape escape sequenceAnthony Clays
2018-07-15Add config for unfocused window cursor changePatrycja Balik
2018-07-09Disable scroll buffer for "alt" GridJoe Wilm
2018-07-06Fix incorrect cell side in selectionChristian Duerr
2018-07-05Replace debug asserts with static_assertionsChristian Duerr
2018-07-02Fix scrollback accessing indices out of boundsChristian Duerr
2018-07-01Remove unnecessary clippy lint annotationsMatthias Krüger
2018-07-01Update manpage to document all CLI optionsChristian Duerr
2018-07-01Fix clippy issuesChristian Duerr
2018-06-23Ignore mouse input if window is unfocusedFelippe da Motta Raposo
2018-06-19Change green implementation to use the macroasoderman
2018-06-18Override dynamic_title when --title is specifiedNathan Lilienthal
2018-06-17Move to cargo clippyChristian Duerr
2018-06-16Optimize indexing of the grid's raw bufferChristian Duerr
2018-06-16Add Copy/Cut/Paste keysChristian Duerr
2018-06-08Reduce Increase-/DecreaseFontSize step to 0.5Felippe da Motta Raposo
2018-06-07Add working --class and --title CLI parametersTezkerek
2018-06-07Allow disabling DPI scalingChristian 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