diff options
author | Christian Duerr <contact@christianduerr.com> | 2019-12-13 00:57:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-13 00:57:23 +0100 |
commit | cb99fd4e4c16e8fe5c36e8be6062658842794ac3 (patch) | |
tree | f771162bea918003ffd8dad49b200358fd0cfd67 /alacritty_terminal/src/tty/unix.rs | |
parent | e99057b179cbdc0851c36575dd043fcdaa45437a (diff) | |
download | alacritty-cb99fd4e4c16e8fe5c36e8be6062658842794ac3.tar.gz alacritty-cb99fd4e4c16e8fe5c36e8be6062658842794ac3.zip |
Fix storage rotation error
This fixes a regression introduced in
e99057b179cbdc0851c36575dd043fcdaa45437a, which used `self.len` to
calculate the remainder of `self.zero` during rotation instead of
`self.inner.len()`, leading to a broken `self.zero` offset and incorrect
rotation.
Diffstat (limited to 'alacritty_terminal/src/tty/unix.rs')
0 files changed, 0 insertions, 0 deletions