aboutsummaryrefslogtreecommitdiff
path: root/src/cli.rs
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2018-05-29 11:15:03 -0700
committerJoe Wilm <joe@jwilm.com>2018-06-02 09:56:50 -0700
commitefc568be4e7da9481f5b6d35ff2854c1ff4cd2be (patch)
tree487eb9ff16e07f44b9b344400569132e64976d64 /src/cli.rs
parent169b87e4ce19f4fd22e5d06ff27f9d3d0ee19b44 (diff)
downloadr-alacritty-efc568be4e7da9481f5b6d35ff2854c1ff4cd2be.tar.gz
r-alacritty-efc568be4e7da9481f5b6d35ff2854c1ff4cd2be.tar.bz2
r-alacritty-efc568be4e7da9481f5b6d35ff2854c1ff4cd2be.zip
Fix issue with endless allocation loop
Shrinking columns wasn't updating hidden rows in the storage buffer on resizing. When growing the columns again, this resulted in an endless allocation loop. Only one real change was made here, and that was `raw.iter_mut()` to `raw.iter_mut_raw()`. The method `shrink_cols` was relocated to be adjacent to `grow_cols` in the code.
Diffstat (limited to 'src/cli.rs')
0 files changed, 0 insertions, 0 deletions