deleteln(3X) deleteln(3X)
NAME
deleteln, wdeleteln - delete lines in a window
SYNOPSIS
cc [flag ...] file ... -lcurses [library ...]
#include <curses.h>
int deleteln(void);
int wdeleteln(WINDOW *win);
DESCRIPTION
The deleteln() and wdeleteln() functions delete the line containing
the cursor in the current or specified window and move all lines fol-
lowing the current line one line toward the cursor. The last line of
the window is cleared. 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