aboutsummaryrefslogtreecommitdiff
path: root/src/index.rs
Commit message (Expand)AuthorAge
* Split alacritty into a separate cratesTheodore Dubois2019-04-28
* Fix update_lines performance issuesChristian Duerr2019-04-19
* Add rustfmt style guideChristian Duerr2019-03-30
* Rework URL highlightingChristian Duerr2019-03-30
* Add URL hover highlightingChristian Duerr2019-03-19
* Remove InclusiveRange codeChristian Duerr2019-03-17
* Upgrade to Rust 2018Joe Wilm2018-12-10
* Fix clippy issuesChristian Duerr2018-11-04
* Add option to open URLs on clickChristian Duerr2018-10-22
* Fix rotation of selection below 0Christian Duerr2018-10-20
* Scrollback cleanupChristian Duerr2018-07-21
* Support selections with scrolling bufferJoe Wilm2018-06-02
* Remove all instances of unwrap() from configChristian Duerr2018-03-04
* Add clippy check to travisChristian Duerr2018-01-06
* Clippy fixes!Manish Goregaokar2017-01-06
* Remove need for inclusive rangesManish Goregaokar2017-01-06
* Remove need for range_contains featureManish Goregaokar2017-01-06
* Remove need for step_by featureManish Goregaokar2017-01-06
* Add support for SGR mouse reportingJoe Wilm2017-01-01
* Unify Cursor, Location and name it PointJoe Wilm2016-12-29
* Implement visual component of mouse selectionsJoe Wilm2016-12-22
* Add support for recording/running ref testsJoe Wilm2016-11-19
* Scrolling v2Joe Wilm2016-08-22
* Update to latest nightlyJoe Wilm2016-07-15
* Move ::grid::index to ::indexJoe Wilm2016-07-03