insertln(3X) insertln(3X)
NAME
insertln, winsertln - insert lines into a window
SYNOPSIS
cc [flag ...] file ... -lcurses [library ...]
#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
curses(3X), insdelln(3X), curses(5).
Page 1 Reliant UNIX 5.44 Printed 11/98