mvwinstr

Name

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

Synopsis

#include <curses.h>

int mvwinstr(WINDOW * win, int y, int x, char * str);

Description

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