mvwinchstr

Name

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

Synopsis

#include <curses.h>

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

Description

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