Free software emulation of curses in System V Release 4.0, and more.
This port installs a wide character configuration (ncursesw).
The package ncurses is compatible with built-in CMake variables:
set(CURSES_NEED_NCURSES TRUE)
find_package(Curses REQUIRED)
target_include_directories(main PRIVATE ${CURSES_INCLUDE_DIRS})
target_compile_options(main PRIVATE ${CURSES_CFLAGS})
target_link_libraries(main PRIVATE ${CURSES_LIBRARIES})
Detect screensize of serial terminals
v6.5#3
!windows | mingw
MIT
Manifest