@@ -11,6 +11,7 @@ int main()
/* Init ncurses */
initscr(); /* Start curses mode */
curs_set(0); /* Hide cursor */
noecho();
cbreak(); /* get input instantly */
keypad(stdscr, true);
The note is not visible to the blocked user.