@@ -82,7 +82,7 @@ int main(){
if (status & STATUS_RUN_BACKEND) {
pthread_cond_signal(&cond_top);
pthread_cond_signal(&cond_mid);
pthread_cond_signal(&cond_btm);
pthread_cond_signal(&cond_lft);
status &= ~(STATUS_RUN_BACKEND);
status |= STATUS_UPDATE_SCREEN_0;
threading = 1;
The note is not visible to the blocked user.