This commit is contained in:
Ella Stanforth 2022-04-30 21:37:36 +00:00
parent 16a5b53b85
commit 1b6733360f
6 changed files with 259 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- a/vendor/cursive/src/backends/curses/pan.rs
+++ b/vendor/cursive/src/backends/curses/pan.rs
@@ -70,7 +70,7 @@
pancurses::mouseinterval(0);
pancurses::mousemask(
pancurses::ALL_MOUSE_EVENTS | pancurses::REPORT_MOUSE_POSITION,
- ::std::ptr::null_mut(),
+ None,
);
// This asks the terminal to provide us with mouse drag events