mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
Do not infer WheelDown on non-legacy ncurses backends
This commit is contained in:
parent
e111f982b9
commit
02c2680eaa
@ -134,8 +134,7 @@ impl InputParser {
|
||||
{
|
||||
Some(MouseEvent::WheelDown)
|
||||
} else {
|
||||
// None
|
||||
Some(MouseEvent::WheelDown)
|
||||
None
|
||||
}
|
||||
})
|
||||
.map(&make_event)
|
||||
|
Loading…
Reference in New Issue
Block a user