alacritty/alacritty_terminal
Christian Duerr cb99fd4e4c
Fix storage rotation error
This fixes a regression introduced in
e99057b179, 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.
2019-12-13 00:57:23 +01:00
..
src Fix storage rotation error 2019-12-13 00:57:23 +01:00
tests Fix colored row reset performance 2019-12-10 00:35:13 +01:00
Cargo.toml Fix modifiers not getting released with XWayland 2019-11-23 19:23:00 +01:00