Sortix
Sortix Download Manual Development Source Code News Blog More
current nightly

Sortix nightly manual

This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.

NAME

curses_version — Curses version information

LIBRARY

Curses Library (libcurses, -lcurses)

SYNOPSIS

#include <curses.h>
const char *
curses_version(void);

DESCRIPTION

The curses_version() function returns a read-only string representing the version of the NetBSD curses library. This has no relation to the NetBSD release it might have been taken from.

SEE ALSO

curses(3)

HISTORY

The curses_version() function is a ncurses extension to the Curses library and was added in NetBSD 10.0.
Copyright 2011-2025 Jonas 'Sortie' Termansen and contributors.
Sortix's source code is free software under the ISC license.
#sortix on irc.sortix.org
@sortix_org