X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_deleteln.3x.html;h=a0676f27d51d7b373dde564c66f130b1fd022391;hb=87154b424ea0f67c2965d00e861ddfb134082d94;hp=15a379a9e5771fdc556453b3fc0ead751ba677c8;hpb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;p=ncurses.git diff --git a/doc/html/man/curs_deleteln.3x.html b/doc/html/man/curs_deleteln.3x.html index 15a379a9..a0676f27 100644 --- a/doc/html/man/curs_deleteln.3x.html +++ b/doc/html/man/curs_deleteln.3x.html @@ -1,6 +1,6 @@ - @@ -36,7 +36,7 @@ curs_deleteln 3x - +

curs_deleteln 3x

@@ -76,14 +76,14 @@ 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.
+       All 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.
@@ -100,8 +100,8 @@
 
        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.
 
 
 

SEE ALSO