mvwinchnstr

Name

mvwinchnstr -- obtain a string of characters and their attributes from a curses window

Synopsis

#include <curses.h>

int mvwinchnstr(WINDOW * win, int y, int x, chtype * chstr, int n);

Description

The interface mvwinchnstr() shall behave as specified in X/Open Curses, except that mvwinchnstr() shall return the number of characters that were read.