ripoffline

Name

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

Synopsis

#include <curses.h>

int ripoffline(int line, int (*init) (WINDOW *, int));

Description

The interface ripoffline() shall behave as specified in X/Open Curses, except that ripoffline() shall return -1 if the number of lines that were ripped off exceeds five.