Skip to Content

ncurses v6.4

Created
Updated

Free software emulation of curses in System V Release 4.0, and more

# 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}) 

# License

# Supported Platforms

!windows | mingw

  • linux
  • osx
  • uwp
  • windows

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • Adam Johnson's avatar Adam Johnson
  • Jack·Boos·Yu's avatar Jack·Boos·Yu
  • Kai Pastor's avatar Kai Pastor
  • Cheney Wang's avatar Cheney Wang
  • Frank's avatar Frank

# Changelog

  • be4195a [ncurses] Fixing insufficient usage message (#37942)
  • f937103 [ncurses] Fix "lib model" control. (#29881)
  • cb32d75 [ncurses] Update to 6.4 (#29129)
  • 0d239eb [ncurses] Add compiler option "enable-mixed-case" to supports mixed case file names (#28312)
  • a4013af [ncurses] Fix crossbuild (#27614)
  • 0c1a8fe [ncurses] Add file(MAKE_DIRECTORY) to create the missing directories (#26690)
  • 03ecabf [vcpkg baseline] Fix ports build on Linux (#23478)
  • 390f987 [ncurses] Update (#22087)
  • 27d3469 [vcpkg baseline][ncurses] Fix gnu download link (#18579)
  • cc726b6 [ncurses] Add new port (#17226)

# Source