DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

deleteln(CURSES)


deleteln -- delete lines in a window

Synopsis

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

int deleteln(void);

int wdeleteln(WINDOW *win);

Description

The deleteln(CURSES) and wdeleteln(CURSES) functions delete the line containing the cursor in the current or specified window and move all lines following 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.

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