From commit 6818e07291f3b2913e687c8ec3d3fe4711724050 by NRK, thanks
@ -415,7 +415,7 @@ keypress(XKeyEvent *ev)
switch(ksym) {
default:
insert:
if (!iscntrl(*buf))
if (!iscntrl((unsigned char)*buf))
insert(buf, len);
break;
case XK_Delete:
The note is not visible to the blocked user.