X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_deleteln.3x.html;h=15a379a9e5771fdc556453b3fc0ead751ba677c8;hp=406566a744bf369759c854deb02e8aba0b6545ac;hb=HEAD;hpb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72 diff --git a/doc/html/man/curs_deleteln.3x.html b/doc/html/man/curs_deleteln.3x.html index 406566a7..c286245d 100644 --- a/doc/html/man/curs_deleteln.3x.html +++ b/doc/html/man/curs_deleteln.3x.html @@ -1,6 +1,7 @@ - -curs_deleteln 3x - - +curs_deleteln 3x 2024-04-20 ncurses 6.4 Library calls + + -

curs_deleteln 3x

+

curs_deleteln 3x 2024-04-20 ncurses 6.4 Library calls

-curs_deleteln(3x)                                            curs_deleteln(3x)
+curs_deleteln(3x)                Library calls               curs_deleteln(3x)
 
 
 
 
 

NAME

        deleteln,  wdeleteln, insdelln, winsdelln, insertln, winsertln - delete
-       and insert lines in a curses window
+       or insert lines in a curses window
 
 
 

SYNOPSIS

        #include <curses.h>
 
        int deleteln(void);
-       int wdeleteln(WINDOW *win);
-       int insdelln(int n);
-       int winsdelln(WINDOW *win, int n);
+       int wdeleteln(WINDOW *win);
+
+       int insdelln(int n);
+       int winsdelln(WINDOW *win, int n);
+
        int insertln(void);
-       int winsertln(WINDOW *win);
+       int winsertln(WINDOW *win);
 
 
 

DESCRIPTION

@@ -73,32 +76,32 @@
        the cursor), and move the remaining lines up.  The bottom n  lines  are
        cleared.  The current cursor position remains the same.
 
-       The  insertln and winsertln routines insert a blank line above the cur-
-       rent line and the bottom line is lost.
+       The  insertln  and  winsertln  routines  insert  a blank line above the
+       current line and the bottom line is lost.
 
 
 

RETURN VALUE

-       All routines return the integer ERR upon failure and an OK (SVr4 speci-
-       fies  only  "an  integer value other than ERR") upon successful comple-
-       tion.
+       These routines return the integer ERR upon  failure  and  an  OK  (SVr4
+       specifies  only  "an  integer  value  other  than ERR") upon successful
+       completion.
 
        X/Open defines no error conditions.  In  this  implementation,  if  the
        window parameter is null, an error is returned.
 
 
-

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

        Note that all but winsdelln may be macros.
 
        These  routines do not require a hardware line delete or insert feature
        in  the  terminal.   In  fact,  they  will  not   use   hardware   line
-       delete/insert  unless idlok(..., TRUE) has been set on the current win-
-       dow.
+       delete/insert  unless  idlok(...,  TRUE)  has  been  set on the current
+       window.
+
+
+

PORTABILITY

+       These functions are described in X/Open Curses, Issue 4.  The  standard
+       specifies  that  they  return  ERR  on  failure, but specifies no error
+       conditions.
 
 
 

SEE ALSO

@@ -106,7 +109,7 @@
 
 
 
-                                                             curs_deleteln(3x)
+ncurses 6.4                       2024-04-20                 curs_deleteln(3x)