alacritty/alacritty
Kirill Chibisov 04f0bcaf54
Use frame callbacks instead of vsync on Wayland
Instead of blocking on vsync, Alacritty now requests a notification from
wayland about when the next frame should be rendered. this helps with
input latency, since it gives alacritty more time to process events
before a redraw. it also prevents alacritty from drawing unless the
compositor tells it to do so.

Fixes #2851.
2020-05-03 23:29:11 +00:00
..
src Use frame callbacks instead of vsync on Wayland 2020-05-03 23:29:11 +00:00
Cargo.toml Use frame callbacks instead of vsync on Wayland 2020-05-03 23:29:11 +00:00
build.rs Add option to pick Linux/BSD backends 2020-03-13 03:33:12 +03:00