kill duplicate documentation

This commit is contained in:
nick black 2019-12-25 00:47:13 -05:00
parent 99fb662f59
commit 7889ffc0a8
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -430,14 +430,6 @@ notcurses_getc_blocking(struct notcurses* n, ncinput* ni){
sigemptyset(&sigmask);
return notcurses_getc(n, NULL, &sigmask, ni);
}
// Enable the mouse in "button-event tracking" mode with focus detection and
// UTF8-style extended coordinates. On failure, -1 is returned. On success, 0
// is returned, and mouse events will be published to notcurses_getc().
int notcurses_mouse_enable(struct notcurses* n);
// Disable mouse events. Any events in the input queue can still be delivered.
int notcurses_mouse_disable(struct notcurses* n);
```
### Mice