mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
notcurses-demo: turn mouse support back on
This commit is contained in:
parent
087fd083af
commit
e767fd0b5f
@ -532,6 +532,7 @@ int main(int argc, char** argv){
|
||||
if((nc = notcurses_init(&nopts, NULL)) == NULL){
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
notcurses_mouse_enable(nc);
|
||||
const bool canimage = notcurses_canopen_images(nc);
|
||||
const bool canvideo = notcurses_canopen_videos(nc);
|
||||
int dimx, dimy;
|
||||
|
Loading…
x
Reference in New Issue
Block a user