1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-26 06:42:12 +03:00
wezterm/window
Wez Furlong 284a4ebfbb window: fix mouse wheel reporting on Windows
Wheel events wouldn't get reported to eg: vim in wsl if the
window's X position was larger than the window width due to
mouse wheel messages being reported with screen coordinates
rather than client coordinates.

This commit addresses that.
2020-10-24 21:41:11 -07:00
..
examples upgrade misc deps, notably, async-task 2020-10-05 00:06:01 -07:00
src window: fix mouse wheel reporting on Windows 2020-10-24 21:41:11 -07:00
build.rs window: handle opengl context loss on windows. 2020-06-16 21:17:48 -07:00
Cargo.toml wezterm: improve texture atlas allocation 2020-10-23 13:57:58 -07:00