Free software emulation of curses in System V Release 4.0, and more
Run the following Vcpkg command to install the port.
vcpkg install ncurses
The package ncurses is compatible with built-in CMake variables:
set(CURSES_NEED_NCURSES TRUE) find_package(Curses REQUIRED) target_include_directories(main ${CURSES_INCLUDE_DIRS}) target_compile_options(main ${CURSES_CFLAGS}) target_link_libraries(main PRIVATE ${CURSES_LIBRARIES})
v6.3#4
Jan 4, 2023
!windows | mingw
invisible-island.net/ncurses/announce.html
0d239eb4d3
MIT
Manifest