summaryrefslogtreecommitdiffstats
path: root/src/term
AgeCommit message (Expand)Author
2018-09-19Add hidden escape sequenceChristian Duerr
2018-09-17Fix style issuesMatthias Krüger
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-23Add optional dim foreground colorRémi Garde
2018-07-21Scrollback cleanupChristian Duerr
2018-07-15Add bright foreground color optionChristian Duerr
2018-07-15Add config for unfocused window cursor changePatrycja Balik
2018-07-09Disable scroll buffer for "alt" GridJoe Wilm
2018-07-02Fix scrollback accessing indices out of boundsChristian Duerr
2018-07-01Fix clippy issuesChristian Duerr
2018-06-16Optimize indexing of the grid's raw bufferChristian Duerr
2018-06-08Reduce Increase-/DecreaseFontSize step to 0.5Felippe da Motta Raposo
2018-06-02Allow changing scrollback history size at runtimeChristian Duerr
2018-06-02Reset grid when running `reset`Christian Duerr
2018-06-02Fix BCE ref testsJoe Wilm
2018-06-02Make tests compile againJoe Wilm
2018-06-02Rework auto-scrolling optionsChristian Duerr
2018-06-02Replace scrolling methods with enumChristian Duerr
2018-06-02Add scrollback hotkeysChristian Duerr
2018-06-02Fix buggy selection when scrolling downChristian Duerr
2018-06-02Fix multi-line selection with single cell endChristian Duerr
2018-06-02Fix selection in scrollbackChristian Duerr
2018-06-02Merge branch #1095Christian Duerr
2018-06-02Fix crash when selection leaves viewportChristian Duerr
2018-06-02Fix 4+ line copyingJoe Wilm
2018-06-02Support selections with scrolling bufferJoe Wilm
2018-06-02Move selection into GridJoe Wilm
2018-06-02Style cleanupJoe Wilm
2018-06-02Make number of scrollback lines configurableJoe Wilm
2018-06-02Scroll to bottom on character receivedJoe Wilm
2018-06-02Fir cursor not scrollingJoe Wilm
2018-06-02checkpoint: very basic scrolling worksJoe Wilm
2018-06-02Use memcpy for resetting row contentsJoe Wilm
2018-06-02Remove some unused methods and implsJoe Wilm
2018-06-02Eliminate ClearRegion traitJoe Wilm
2018-06-02Back Grid with VecDequeJoe Wilm
2018-05-11Fix clippy lintsChristian Duerr
2018-03-12Extend SGR and VT200 (normal) mouse supportCelti Burroughs
2018-03-09Fix benchmarksChristian Duerr
2018-03-04Remove all instances of unwrap() from configChristian Duerr
2018-02-28Update arraydeque dependencyAndy Lok
2018-01-18Implement `reset_state` of Term struct (#1035)Christian Duerr
2018-01-06Add clippy check to travisChristian Duerr
2018-01-06Improve ability of alacritty to deal with broken configChristian Duerr