aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/grid/resize.rs
Commit message (Expand)AuthorAge
* Remove unused `Clone` requirementsChristian Duerr2024-10-07
* Fix the crash when shrinking scrolled terminalKirill Chibisov2023-06-17
* Fix automatic scrolling on resizeRichard Steinmetz2021-04-08
* Keep viewport in place during resizeRichard Steinmetz2021-03-31
* Unify the grid line indexing typesChristian Duerr2021-03-30
* Move renderable cell transformation to alacrittyChristian Duerr2021-01-24
* Use dynamic storage for zerowidth charactersChristian Duerr2020-11-05
* Fix cursor reflowChristian Duerr2020-07-15
* Fix crash on cursor resizeChristian Duerr2020-07-14
* Add regex scrollback buffer searchChristian Duerr2020-07-09
* Fix cursor reflowChristian Duerr2020-07-09
* Fix reflow of empty wrapped cursor lineChristian Duerr2020-07-01
* Refactor Term/Grid separationChristian Duerr2020-05-30