@@ -525,6 +525,7 @@ int CheckSerialIn(SerialT *serial)
value=getch();
//printf("CheckSerialIn: value = %x\n", value);
if(value==0x1d)return1;
if(value==EOF)return0;
serial->flag=1;
serial->value=value;
}
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.