deleteln, wdeleteln [ MPE/iX Developer's Kit Reference Manual Volume II ] MPE/iX 5.0 Documentation
MPE/iX Developer's Kit Reference Manual Volume II
deleteln, wdeleteln
The deleteln and wdeleteln routines are used to remove a line.
Syntax
#include <curses.h>
int deleteln();
int wdeleteln (WINDOW *win);
Parameters
win A pointer to the window from which the line is
removed.
Return Values
OK Successful completion.
ERR An error occurred.
Description
The deleteln() and wdeleteln() routines delete the line containing the
cursor from stdscr and win, respectively. All lines below the one
deleted are moved up one line. The last line of the window becomes
blank. The position of the cursor is unchanged.
NOTE These routines are macros.
Implementation Considerations
Identical to XPG/3
See Also
winsdeln(), winsertln(), wbkgdset()
Portability
HP-UX, UNIX System V, XPG/3
MPE/iX 5.0 Documentation