Sun Microsystems, Inc.
spacerspacer
spacer   www.sun.com docs.sun.com | | |  
spacer
black dot
   
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z
    
 
X/Open Curses Library Functionsdeleteln(3XCURSES)


NAME

 deleteln, wdeleteln - remove a line

SYNOPSIS

 
#include <curses.h>
int deleteln(void);
 int wdeleteln(WINDOW *win);

DESCRIPTION

 

The deleteln() and wdeleteln() functions 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.

PARAMETERS

 
win
Is a pointer to the window from which the line is removed.

RETURN VALUES

 

On success, these functions return OK. Otherwise, they return ERR.

ERRORS

 

None.

SEE ALSO

 

bkgdset(3XCURSES), insdelln(3XCURSES), insertln(3XCURSES)


SunOS 5.9Go To TopLast Changed 1 Jun 1996

 
      
      
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.