aboutsummaryrefslogtreecommitdiff
path: root/src/grid/mod.rs
AgeCommit message (Expand)Author
2019-04-28Split alacritty into a separate cratesTheodore Dubois
2019-03-30Add rustfmt style guidev0.3.0-rc1Christian Duerr
2019-03-30Rework URL highlightingChristian Duerr
2019-03-28Fix prompt jumping during reflowChristian Duerr
2019-03-19Add URL hover highlightingChristian Duerr
2019-03-13Add text reflowChristian Duerr
2019-03-02Fix alt screen bugsChristian Duerr
2019-03-02Fix scrollback live reloadingChristian Duerr
2019-02-07Fix unclickable URLs with scrolled viewportChristian Duerr
2018-12-10Upgrade to Rust 2018Joe Wilm
2018-12-08Fix recording of ref testsChristian Duerr
2018-12-07Use tool lints for clippy allow/deny lint attributesMatthias Krüger
2018-09-28Fix rendering of selections outside the viewportChristian Duerr
2018-09-24Dynamically initialize grid storageChristian 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-21Scrollback cleanupChristian Duerr
2018-07-02Fix scrollback accessing indices out of boundsChristian Duerr
2018-06-02Allow changing scrollback history size at runtimeChristian Duerr
2018-06-02Remove dead codeJoe Wilm
2018-06-02Refactor Storage<T> to be a Vec<Row<T>> internallyJoe Wilm
2018-06-02Fix issue with endless allocation loopJoe Wilm
2018-06-02Shave a few cycles off Grid::scroll_upJoe Wilm
2018-06-02Fix OOB index in grid::DisplayIterJoe Wilm
2018-06-02Truncate invisible lines before storing ref-testsChristian Duerr
2018-06-02Remove `push` from `Storage`Christian Duerr
2018-06-02Improve the resizing implementationChristian Duerr
2018-06-02Improve storage comparison algorithmChristian 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-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-02Make tests compile againJoe Wilm
2018-06-02Fix regression with scrolling regionsJoe Wilm
2018-06-02Replace scrolling methods with enumChristian Duerr
2018-06-02Add scrollback hotkeysChristian Duerr
2018-06-02Fix crash when selection leaves viewportChristian Duerr
2018-06-02Support selections with scrolling bufferJoe Wilm
2018-06-02Move selection into GridJoe 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