delete trash in cmdwin when wheel rolls

This commit is contained in:
2023-10-04 17:16:27 +03:00
parent 08e99e0063
commit 934cbc04fd
4 changed files with 84 additions and 27 deletions

View File

@@ -69,7 +69,7 @@ static int waittoread(int fd){
break;
}while(1);
if(FD_ISSET(fd, &fds)){
DBG("FD_ISSET");
//DBG("FD_ISSET");
return 1;
}
return 0;