aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/grid/storage.rs
AgeCommit message (Expand)Author
2020-05-30Refactor Term/Grid separationChristian Duerr
2020-05-05Extend style guideline documentationChristian Duerr
2020-01-28Fix inconsistent test module namingChristian Duerr
2020-01-26Fix incorrect grid.len() and grid.history_size()Kirill Chibisov
2020-01-09Fix cut off full width glyphs in last columnChristian Duerr
2020-01-04Update outdated reftestsKirill Chibisov
2019-12-13Fix storage rotation errorChristian Duerr
2019-12-12Fix crash when resizing AlacrittyChristian Duerr
2019-12-10Fix colored row reset performanceChristian Duerr
2019-11-19Remove tests failing in release modeChristian Duerr
2019-11-18Fix deletion of lines when clearing the screenNathan Lilienthal
2019-11-02Fix clippy warningsChristian Duerr
2019-10-23Update dependenciesKirill Chibisov
2019-10-05Update to winit/glutin EventLoop 2.0Christian Duerr
2019-07-10Fix row occ not set during new and resetChristian Duerr
2019-06-23Fix performance issues with text reflowChristian Duerr
2019-04-28Split alacritty into a separate cratesTheodore Dubois