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

 NAME

insertln, winsertln - insert lines into a window

 SYNOPSIS



#include <curses.h>

int insertln(void);

int winsertln(WINDOW *win);

 DESCRIPTION

The insertln() and winsertln() functions insert a blank line before the current line in the current or specified window. The bottom line is no longer displayed. The cursor position does not change.

 RETURN VALUE

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

 ERRORS

No errors are defined.

 SEE ALSO

insdelln(), <curses.h>.

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