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