The Single UNIX ® Specification, Version 2
Copyright © 1997 The Open Group

NAME

insdelln, winsdelln - delete or insert lines into a window

SYNOPSIS

#include <curses.h>

int insdelln(int n);

int winsdelln(WINDOW *win, int n);

DESCRIPTION

The insdelln() and winsdelln() functions perform the following actions:

The current cursor position remains the same.

RETURN VALUE

Upon successful completion, these functions return OK. Otherwise, they return ERR.

ERRORS

No errors are defined.

SEE ALSO

deleteln(), insertln(), <curses.h>.

UNIX ® is a registered Trademark of The Open Group.
Copyright © 1997 The Open Group
[ Main Index | XSH | XCU | XBD | XCURSES | XNS ]