mvinstr

Name

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

Synopsis

#include <curses.h>

int mvinstr(int y, int x, char * str);

Description

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