aboutsummaryrefslogtreecommitdiff
path: root/src/term
Commit message (Expand)AuthorAge
* fix erroneous indexed_color resultsRobert Martin Winterstein2018-10-07
* Drop terminal lock before renderingtrimental2018-09-30
* Fix rendering of selections outside the viewportChristian Duerr2018-09-28
* Fix selection of empty linesChristian Duerr2018-09-26
* Implement CNL and CPL escape codes (#1590)Niklas Claesson2018-09-26
* 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 bright foreground color optionChristian Duerr2018-07-15
| * 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