alacritty/alacritty
Christian Duerr 87e5b1aa25
Add automatic scrolling during selection
This adds a new `Scheduler` which allows for staging events to be
processed at a later time.

If there is a selection active and the mouse is above or below the
window, the viewport will now scroll torwards the direction of the
mouse. The amount of lines scrolled depends on the distance of the mouse
to the boundaries used for selection scrolling.

To make it possible to scroll while in fullscreen, the selection
scrolling area includes the padding of the window and is at least 5
pixels high in case there is not enough padding present.
2020-06-18 01:02:56 +00:00
..
src Add automatic scrolling during selection 2020-06-18 01:02:56 +00:00
Cargo.toml Remove copypasta dependency from alacritty_terminal 2020-06-07 00:33:20 +03:00
build.rs Use compile_error! instead of panic! in build.rs 2020-06-15 23:01:21 +03:00