instr

Name

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

Synopsis

#include <curses.h>

int instr(char * str);

Description

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