@@ -7,7 +7,7 @@ using std::cin;
using std::cout;
int main()
{
setlocale(LC_ALL, ""); /* TODO: set to utf */
setlocale(LC_ALL, "en_US.UTF-8");
/* Init ncurses */
initscr(); /* Start curses mode */
The note is not visible to the blocked user.