DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

insertln(CURSES)


insertln -- insert lines into a window

Synopsis

cc [options] file -lcurses
#include <curses.h>

int insertln(void);

int winsertln(WINDOW *win);

Description

The insertln(CURSES) and winsertln(CURSES) 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.

Standards Conformance

The Single UNIX Specification, Version 2; The Open Group.

References

insdelln(CURSES), curses(F)
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 - 01 June 2005