alacritty/src
Joe Wilm 3c5d46c851 Scrolling v2
The previous scrolling + scroll region implementation exhibited display
corruption bugs in several applications including tmux, irssi, htop, and
vim. The new implementation doesn't seem to suffer from any of those
issues.

This implementation is able to `find /usr` on my machine (nearly 600k
lines) in ~2.0 seconds while st is able to do the same in ~2.2 seconds.
Alacritty is officially faster!
2016-08-22 08:37:50 -07:00
..
renderer Support bold/italic font rendering on macOS 2016-08-12 19:30:14 -05:00
ansi.rs Add Origin mode to parser 2016-08-19 20:34:33 -07:00
config.rs Support bold/italic font rendering on macOS 2016-08-12 19:30:14 -05:00
grid.rs Scrolling v2 2016-08-22 08:37:50 -07:00
index.rs Scrolling v2 2016-08-22 08:37:50 -07:00
input.rs Fix tests 2016-08-14 20:25:15 -07:00
io.rs Improve pty reading and renderer synchronization 2016-07-01 10:34:08 -07:00
macros.rs Move debug macros to macros.rs 2016-07-29 18:16:41 -07:00
main.rs Support bold/italic font rendering on macOS 2016-08-12 19:30:14 -05:00
meter.rs Add license headers to source files 2016-06-29 20:59:14 -07:00
sync.rs Improve pty reading and renderer synchronization 2016-07-01 10:34:08 -07:00
term.rs Scrolling v2 2016-08-22 08:37:50 -07:00
tty.rs Add license headers to source files 2016-06-29 20:59:14 -07:00
util.rs Scrolling v2 2016-08-22 08:37:50 -07:00