aboutsummaryrefslogtreecommitdiff
path: root/src/term/mod.rs
Commit message (Expand)AuthorAge
...
* Implement config option for term colors 16..256Christian Duerr2018-09-23
* Add hidden escape sequenceChristian Duerr2018-09-19
* Fix style issuesMatthias Krüger2018-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
|\
| * Add optional dim foreground colorRémi Garde2018-07-23
| * Add config for unfocused window cursor changePatrycja Balik2018-07-15
| * Fix clippy issuesChristian Duerr2018-07-01
| * Reduce Increase-/DecreaseFontSize step to 0.5Felippe da Motta Raposo2018-06-08
* | Merge master into scrollbackChristian Duerr2018-07-28
* | Fix trailing colors when leaving vim after resizeChristian Duerr2018-07-26
* | Scrollback cleanupChristian Duerr2018-07-21
* | Disable scroll buffer for "alt" GridJoe Wilm2018-07-09
* | 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
* | Reset grid when running `reset`Christian Duerr2018-06-02
* | Fix BCE ref testsJoe Wilm2018-06-02
* | Make tests compile againJoe Wilm2018-06-02
* | Rework auto-scrolling optionsChristian Duerr2018-06-02
* | Replace scrolling methods with enumChristian Duerr2018-06-02
* | Add scrollback hotkeysChristian Duerr2018-06-02
* | Fix buggy selection when scrolling downChristian Duerr2018-06-02
* | Fix multi-line selection with single cell endChristian Duerr2018-06-02
* | Fix selection in scrollbackChristian Duerr2018-06-02
* | Merge branch #1095Christian Duerr2018-06-02
* | Fix crash when selection leaves viewportChristian Duerr2018-06-02
* | Fix 4+ line copyingJoe Wilm2018-06-02
* | Support selections with scrolling bufferJoe Wilm2018-06-02
* | Move selection into GridJoe Wilm2018-06-02
* | Style cleanupJoe Wilm2018-06-02
* | Make number of scrollback lines configurableJoe Wilm2018-06-02
* | Scroll to bottom on character receivedJoe Wilm2018-06-02
* | Fir cursor not scrollingJoe Wilm2018-06-02
* | checkpoint: very basic scrolling worksJoe Wilm2018-06-02
* | Use memcpy for resetting row contentsJoe Wilm2018-06-02
* | Remove some unused methods and implsJoe Wilm2018-06-02
* | Eliminate ClearRegion traitJoe Wilm2018-06-02
* | Back Grid with VecDequeJoe Wilm2018-06-02
|/
* Fix clippy lintsChristian Duerr2018-05-11
* Extend SGR and VT200 (normal) mouse supportCelti Burroughs2018-03-12
* Fix benchmarksChristian Duerr2018-03-09
* Remove all instances of unwrap() from configChristian Duerr2018-03-04
* Update arraydeque dependencyAndy Lok2018-02-28
* Implement `reset_state` of Term struct (#1035)Christian Duerr2018-01-18
* Add clippy check to travisChristian Duerr2018-01-06
* Improve ability of alacritty to deal with broken configChristian Duerr2018-01-06