aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2018-06-02Remove some unused methods and implsJoe Wilm
2018-06-02Eliminate ClearRegion traitJoe Wilm
2018-06-02Move grid Row and tests into submodulesJoe Wilm
2018-06-02Back Grid with VecDequeJoe Wilm
2018-06-02Cleanup styleJoe Wilm
2018-05-29Update to glutin 0.16.0Francesca Frangipane
2018-05-25Fix typo in error messageRandy Ramos
2018-05-25Fix locale_id for older versions of OS X (<= 10.11)Bradford Boyle
2018-05-14handle older macOS versionsJoe Moon
2018-05-14macos: add check for valid localeJoe Moon
2018-05-14remove commented out lineJoe Moon
2018-05-14Set $LANG env var using languageCode, countryCodeJoe Moon
2018-05-11Fix clippy lintsChristian Duerr
2018-05-11Paste path into terminal when drag & dropping fileChristian Duerr
2018-05-05Don't paste selection when in mouse modeChristian Duerr
2018-04-27macOS: fixes segfault on nightlyJoe Moon
2018-04-14alacritty: add support for OpenBSD.Matt T. Proud
2018-03-22Explicitly call log::set_max_level (Closes: #1201)Harlan Lieberman-Berg
2018-03-13Try to create window with different SRGB config when failedYOSHIOKA Takuma