diff options
author | Joe Wilm <joe@jwilm.com> | 2018-05-29 11:15:03 -0700 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2018-06-02 09:56:50 -0700 |
commit | efc568be4e7da9481f5b6d35ff2854c1ff4cd2be (patch) | |
tree | 487eb9ff16e07f44b9b344400569132e64976d64 /src/logging.rs | |
parent | 169b87e4ce19f4fd22e5d06ff27f9d3d0ee19b44 (diff) | |
download | r-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/logging.rs')
0 files changed, 0 insertions, 0 deletions