ncursesv6.5
- Updated
Free software emulation of curses in System V Release 4.0, and more.
This port installs a wide character configuration (ncursesw).
- Project website: https://invisible-island.net/ncurses/announce.html
#Usage
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})#Features
No default features.
#check-size
Detect screensize of serial terminals
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#Dependencies
No dependencies.
#Host Dependencies
and one transitive dependency:
- vcpkg-cmake (through vcpkg-cmake-get-vars)
#Host Tool For
No ports use this.
#Contributors
Adam Johnson
Jack·Boos·Yu
Kai Pastor
Cheney Wang
Frank
toge
Ankur Verma