ultrix man page for wdeleteln

Query: wdeleteln

OS: ultrix

Section: 3cur

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

deleteln(3cur)															    deleteln(3cur)

Name
       deleteln, wdeleteln - remove line from window

Syntax
       #include <cursesX.h>

       int deleteln()

       int wdeleteln(win)
       WINDOW *win;

Description
       The  routine  deletes  the current line of the default window.  All lines below the current line are moved up one line.	The bottom line of
       the window is cleared.  The cursor position does not change.

       The routine deletes the current line of the specified window.  All lines below the current line are moved up one line.  The bottom line	of
       the window is cleared.  The cursor position does not change.

       The routine is a macro.

Return Values
       The and functions return OK on success and ERR on error.

																    deleteln(3cur)
Related Man Pages
wdeleteln(3ncurses) - debian
winsertln(3ncurses) - debian
insdelln(3ncurses) - suse
insertln(3ncurses) - suse
winsertln(3ncurses) - suse
Similar Topics in the Unix Linux Community
How do you detect keystrokes in canonical mode?
PHP Write Man Pages to MySQL DB