HPlogo MPE/iX Developer's Kit Reference Manual Volume 2: HP 3000 MPE/iX Computer Systems > Chapter 4 CURSES

deleteln wdeleteln

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

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

Feedback to webmaster