Skip to Content

ncurses v6.5

Created
Updated

Free software emulation of curses in System V Release 4.0, and more.
This port installs a wide character configuration (ncursesw).

# 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 default features set.

# check-size

Detect screensize of serial terminals

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# Dependencies

No dependencies.

# Host 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
  • toge's avatar toge

# Changelog

# Source