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