alacritty/alacritty_terminal/src
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
..
config Fix XEmbed compilation error on 32-bit platforms 2019-10-20 14:30:59 +02:00
grid Fix storage rotation error 2019-12-13 00:57:23 +01:00
term Fix colored row reset performance 2019-12-10 00:35:13 +01:00
tty Fix deadlock when closing on Windows using Conpty 2019-12-12 16:01:23 +01:00
ansi.rs Fix `OSC 52` with empty clipboard param 2019-11-28 08:08:04 +01:00
clipboard.rs Update to winit/glutin EventLoop 2.0 2019-10-05 02:29:26 +02:00
event.rs Update to winit/glutin EventLoop 2.0 2019-10-05 02:29:26 +02:00
event_loop.rs Fix WinPTY freeze on termination 2019-11-16 22:11:56 +01:00
index.rs Fix URL highlighting 2019-11-03 21:59:28 +01:00
lib.rs Move renderer from alacritty_terminal to alacritty 2019-11-23 18:08:52 +01:00
locale.rs Split alacritty into a separate crates 2019-04-28 13:24:58 +00:00
message_bar.rs Update to winit/glutin EventLoop 2.0 2019-10-05 02:29:26 +02:00
meter.rs Update to winit/glutin EventLoop 2.0 2019-10-05 02:29:26 +02:00
panic.rs Split alacritty into a separate crates 2019-04-28 13:24:58 +00:00
selection.rs Fix URL highlighting 2019-11-03 21:59:28 +01:00
sync.rs Split alacritty into a separate crates 2019-04-28 13:24:58 +00:00
util.rs Fix clippy issues 2019-08-16 01:33:49 +02:00