@@ -288,6 +288,8 @@ static int fakeTapInput(lua_State *L) {
ev.value=0;
write(inputfd,&ev,sizeof(ev));
}
ioctl(inputfd,EVIOCGRAB,0);
close(inputfd);
return0;
#else
return0;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.