@@ -33,7 +33,7 @@ void do_terminal() {
else if (key == KEY_PERIOD) { if (mods & KMOD_SHIFT) { debugchr(':'); } else { debugchr('.'); } }
else if (key == KEY_SLASH) { if (mods & KMOD_SHIFT) { debugchr('_'); } else { debugchr('-'); } }
}
cls(0);
//cls(0);
pdebug();
The note is not visible to the blocked user.