aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-06-02Improve storage comparison algorithmChristian Duerr
2018-06-02Reset grid content when running `reset`Christian Duerr
2018-06-02Enable history comparison in ref-testsChristian Duerr
2018-06-02Reset grid when running `reset`Christian Duerr
2018-06-02Fix bright characters in first columnChristian Duerr
2018-06-02Revert "Fix cursor not showing in first column"Christian Duerr
2018-06-02Compile on stableJoe Wilm
2018-06-02Fix order of lines after resizeChristian Duerr
2018-06-02Fix scrollback history size 0 bugChristian Duerr
2018-06-02Add documentation to explain the processChristian Duerr
2018-06-02Fix cursor not showing in first columnChristian Duerr
2018-06-02Fix BCE ref testsJoe Wilm
2018-06-02Fix selection testsChristian Duerr
2018-06-02Fix grid scroll testsJoe Wilm
2018-06-02Make tests compile againJoe Wilm
2018-06-02Rework auto-scrolling optionsChristian Duerr
2018-06-02Fix regression with scrolling regionsJoe Wilm
2018-06-02Refactor `span_simple` selectionChristian Duerr
2018-06-02Replace scrolling methods with enumChristian Duerr
2018-06-02Add scrollback hotkeysChristian Duerr
2018-06-02Fix selection starting in first cellChristian 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-02Fix linux config default valueChristian Duerr
2018-06-02Merge branch #1095Christian Duerr
2018-06-02Make normal scrolling line amount configurableChristian Duerr
2018-06-02Fix crash when selection leaves viewportChristian Duerr
2018-06-02Disable faux scrolling when shift is pressedChristian Duerr
2018-06-02Add faux_scrolling back to scrollbackChristian Duerr
2018-06-02Provide correct default for scroll_historyChristian Duerr
2018-06-02Add `failure_default` deserializer to `scroll_history`Christian Duerr
2018-06-02Fix 4+ line copyingJoe Wilm
2018-06-02Add SCROLL_MULTIPLIERJoe Wilm
2018-06-02Support selections with scrolling bufferJoe Wilm
2018-06-02Move selection into GridJoe Wilm
2018-06-02Style cleanupJoe Wilm
2018-06-02Fix scrolling backwards in tmuxJoe Wilm
2018-06-02Make number of scrollback lines configurableJoe Wilm
2018-06-02Scroll to bottom on character receivedJoe Wilm
2018-06-02wip fix scroll_downJoe Wilm
2018-06-02Fir cursor not scrollingJoe Wilm
2018-06-02Add scrolling limit and update on grow linesJoe Wilm
2018-06-02checkpoint: very basic scrolling worksJoe Wilm
2018-06-02wip scrollbackJoe Wilm
2018-06-02Remove some unused implsJoe Wilm
2018-06-02Minor improvementsJoe Wilm
2018-06-02WIP optimize scroll in regionJoe Wilm
2018-06-02Use memcpy for resetting row contentsJoe Wilm
2018-06-02Remove redundant selection::Region typeJoe Wilm