notcurses-demo: turn mouse support back on

This commit is contained in:
nick black 2021-07-09 08:18:13 -04:00
parent 087fd083af
commit e767fd0b5f
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -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;