This commit is contained in:
vrd
2023-01-16 12:01:08 +02:00
parent b49e422cda
commit 25bcd2e22b
6 changed files with 130 additions and 50 deletions
+1 -1
View File
@@ -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 */