1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00
alacritty/src
Joe Wilm b7578a5236 WIP optimize scroll in region
This intends to optimize the case where the top of the scrolling region
is the top of the screen. In theory, scrolling in this case can be
optimized to shifting the start/end of the visible region, and then
rearranging any lines that were not supposed to be scrolled (at the
bottom of the region). However, this didn't produce quite the speedup I
expected.
2018-01-14 21:52:18 -08:00
..
grid WIP optimize scroll in region 2018-01-14 21:52:18 -08:00
renderer Cleanup style 2018-01-13 13:02:54 -08:00
term Use memcpy for resetting row contents 2018-01-14 10:17:08 -08:00
ansi.rs Fix indexed color setting regression 2018-01-08 13:07:30 +00:00
cli.rs Remove built crate 2017-12-22 14:25:14 -08:00
config.rs Add clippy check to travis 2018-01-06 01:42:55 +00:00
display.rs Add clippy check to travis 2018-01-06 01:42:55 +00:00
event.rs Add clippy check to travis 2018-01-06 01:42:55 +00:00
event_loop.rs Add clippy check to travis 2018-01-06 01:42:55 +00:00
index.rs Add clippy check to travis 2018-01-06 01:42:55 +00:00
input.rs Non-bracketed paste support for DOS CRLFs. 2018-01-07 13:11:46 -08:00
lib.rs Add clippy check to travis 2018-01-06 01:42:55 +00:00
locale.rs Remove the launcher and set the locale/current directory in alacritty (#879) 2017-12-13 09:52:36 -08:00
logging.rs Add clippy check to travis 2018-01-06 01:42:55 +00:00
macros.rs Rewrite err_println to eprintln introduced in Rust 1.19 (#799) 2017-10-22 08:42:40 -07:00
main.rs Revert #987 behavior on macos (#1007) 2018-01-07 20:46:11 -08:00
meter.rs Add clippy check to travis 2018-01-06 01:42:55 +00:00
selection.rs Remove redundant selection::Region type 2018-01-13 13:05:12 -08:00
sync.rs Fix some compiler warnings 2016-09-23 10:12:11 -07:00
tty.rs Fix ioctl call failing on 32 bit architecture (#1011) 2018-01-08 22:49:01 +00:00
util.rs Add better printing for ref test failure 2017-04-03 20:44:23 -07:00
window.rs Change mouse cursor on terminal mode change (#865) 2017-12-24 12:15:42 -08:00