crossterm-rs / terminal

Unified API for different terminal manipulation libraries.
59 stars 2 forks source link

Fix wrong MouseEvent mapping in termion and crossterm backends #14

Closed Maaxed closed 3 years ago

Maaxed commented 3 years ago

With the termion and crossterm backends, MouseEvent::Up is fired instead of MouseEvent::Down when the mouse is pressed. This PR fixes this issue