winstr

Name

winstr -- obtain a string of characters from a curses window

Synopsis

#include <curses.h>

int winstr(WINDOW * win, char * str);

Description

The interface winstr() shall behave as specified in POSIX 1003.1-2001 (ISO/IEC 9945-2003), except that winstr() shall return the number of characters that were read.