add snd
This commit is contained in:
parent
16a5b53b85
commit
1b6733360f
6 changed files with 259 additions and 0 deletions
11
snd/ncspot/cursive_ptr.patch
Normal file
11
snd/ncspot/cursive_ptr.patch
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue