mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +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)
|
Some(MouseEvent::WheelDown)
|
||||||
} else {
|
} else {
|
||||||
// None
|
None
|
||||||
Some(MouseEvent::WheelDown)
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.map(&make_event)
|
.map(&make_event)
|
||||||
|
Loading…
Reference in New Issue
Block a user