aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/grid/storage.rs
AgeCommit message (Expand)Author
2024-03-12Fix hint `Select` action for hyperlink escapeChristian Duerr
2023-11-10Remove `alacritty_config` from alacritty_terminalKirill Chibisov
2023-10-25Fix typosPavel Roskin
2022-06-15Use `MaybeUninit<usize>` instead of `usize` in `Storage::swap`nils
2022-05-20Enable damage tracking only on WaylandKirill Chibisov
2021-05-01Fix release mode testsChristian Duerr
2021-03-30Unify the grid line indexing typesChristian Duerr
2021-01-11Fix assertion crash on 32-bit systemsr-c-f
2020-12-31Use ConfigDeserialize for all config enumsChristian Duerr
2020-12-10Fix scrolling region performance with fixed linesChristian Duerr
2020-11-05Use dynamic storage for zerowidth charactersChristian Duerr
2020-07-09Add regex scrollback buffer searchChristian Duerr
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