After connecting the ncurses in CMakeLists.txt , an error is CMakeLists.txt when starting the program:
Error opening terminal: unknown.
Process finished with exit code 1
Apparently, through CLion on Linux, running an application using ncurses will fail. There is a corresponding problem on the bug tracker , which is not solved.
Source: https://ru.stackoverflow.com/questions/530249/
All Articles