[Bug] ScrollView panics when using mousewheel
Open
backends
compat_terminal
help wanted
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 270
- Avg merge
- 5d 19h
- Merged PRs (30d)
- 2
Description
# Problem description
When using the mouse wheel on a ScrollView with visible scrollbars the program panics. This happens with the pancurses backend under Windows10. Crossterm works fine. The [scrolling example](https://github.com/gyscos/cursive/blob/master/examples/scroll.rs) can be used to reproduce this.
# Environment
* Operating system: Windows10
* Backend used: pancurses
* Current locale (run `locale` in a terminal): Can't get this to work :(
* Cursive version (from crates.io, from git, ...): 0.12
Contributor guide
Assessment
This issue has not been assessed yet.