aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/grid/row.rs
Commit message (Expand)AuthorAge
* Remove `alacritty_config` from alacritty_terminalKirill Chibisov2023-11-10
* Replace `map().unwrap_or()` with `map_or()`Chris Copeland2022-07-20
* Add support for hyperlink escape sequenceKirill Chibisov2022-07-10
* Update rustfmt configurationChristian Duerr2021-10-11
* Unify the grid line indexing typesChristian Duerr2021-03-30
* Use ConfigDeserialize for all config enumsChristian Duerr2020-12-31
* Use dynamic storage for zerowidth charactersChristian Duerr2020-11-05
* Fix reflow of empty wrapped cursor lineChristian Duerr2020-07-01
* Remove copyright notice from filesChristian Duerr2020-06-06
* Refactor Term/Grid separationChristian Duerr2020-05-30
* Extend style guideline documentationChristian Duerr2020-05-05
* Fix colored row reset performanceChristian Duerr2019-12-10
* Fix deletion of lines when clearing the screenNathan Lilienthal2019-11-18
* Update to winit/glutin EventLoop 2.0Christian Duerr2019-10-05
* Fix row occ not set during new and resetChristian Duerr2019-07-10
* Fix rows only resetting partiallyChristian Duerr2019-06-28
* Split alacritty into a separate cratesTheodore Dubois2019-04-28