X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_deleteln.3x.html;h=e45a6d13561c3538b6b2f9bca1a342f9ef72912e;hp=e7b03f042789b0c09639bde648b0253d2c2a425d;hb=dcfe712cb3492636e8d50c9867cf05aec089a576;hpb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012 diff --git a/doc/html/man/curs_deleteln.3x.html b/doc/html/man/curs_deleteln.3x.html index e7b03f04..e45a6d13 100644 --- a/doc/html/man/curs_deleteln.3x.html +++ b/doc/html/man/curs_deleteln.3x.html @@ -38,22 +38,19 @@ -

curs_deleteln 3x

-
+

curs_deleteln 3x

 curs_deleteln(3x)                                     curs_deleteln(3x)
 
 
 
 
-
-

NAME

+

NAME

        deleteln,  wdeleteln,  insdelln, winsdelln, insertln, win-
        sertln - delete and insert lines in a curses window
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int deleteln(void);
@@ -64,8 +61,7 @@
        int winsertln(WINDOW *win);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        The deleteln and wdeleteln routines delete the line  under
        the cursor in the window; all lines below the current line
        are moved up one line.  The bottom line of the  window  is
@@ -82,8 +78,7 @@
        above the current line and the bottom line is lost.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        All routines return the integer ERR upon failure and an OK
        (SVr4 specifies only "an integer value  other  than  ERR")
        upon successful completion.
@@ -93,15 +88,13 @@
        returned.
 
 
-
-

PORTABILITY

+

PORTABILITY

        These  functions are described in the XSI Curses standard,
        Issue 4.  The standard specifies that they return  ERR  on
        failure, but specifies no error conditions.
 
 
-
-

NOTES

+

NOTES

        Note that all but winsdelln may be macros.
 
        These  routines  do  not require a hardware line delete or
@@ -110,8 +103,7 @@
        has been set on the current window.
 
 
-
-

SEE ALSO

+

SEE ALSO

        curses(3x)