X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_deleteln.3x.html;h=e45a6d13561c3538b6b2f9bca1a342f9ef72912e;hp=567dfada704978b6dad3bc8117ec1966f24db9fe;hb=2a32bee362db64f5a06b2124976b928ac3faa578;hpb=027d0c57c4c4d6690e8d8727888d3282dbe9aa86 diff --git a/doc/html/man/curs_deleteln.3x.html b/doc/html/man/curs_deleteln.3x.html index 567dfada..e45a6d13 100644 --- a/doc/html/man/curs_deleteln.3x.html +++ b/doc/html/man/curs_deleteln.3x.html @@ -45,14 +45,12 @@ - -

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);
@@ -63,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
@@ -81,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.
@@ -92,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
@@ -109,8 +103,7 @@
        has been set on the current window.
 
 
-
-

SEE ALSO

+

SEE ALSO

        curses(3x)