summaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/tty/unix.rs
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2019-12-13 00:57:23 +0100
committerGitHub <noreply@github.com>2019-12-13 00:57:23 +0100
commitcb99fd4e4c16e8fe5c36e8be6062658842794ac3 (patch)
treef771162bea918003ffd8dad49b200358fd0cfd67 /alacritty_terminal/src/tty/unix.rs
parente99057b179cbdc0851c36575dd043fcdaa45437a (diff)
downloadalacritty-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