X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_delch.3x.html;h=2ba296e6b414bc528992914585052ff3acff4538;hp=a5b302781cf47f3f3a9821db3f4ba1c1019c4b5a;hb=62ca6190a9a8ddccb2c4d5ca7b2ef9f88432da65;hpb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012 diff --git a/doc/html/man/curs_delch.3x.html b/doc/html/man/curs_delch.3x.html index a5b30278..2ba296e6 100644 --- a/doc/html/man/curs_delch.3x.html +++ b/doc/html/man/curs_delch.3x.html @@ -38,22 +38,19 @@ -

curs_delch 3x

-
+

curs_delch 3x

 curs_delch(3x)                                           curs_delch(3x)
 
 
 
 
-
-

NAME

+

NAME

        delch,  wdelch, mvdelch, mvwdelch - delete character under
        the cursor in a curses window
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int delch(void);
@@ -62,8 +59,7 @@
        int mvwdelch(WINDOW *win, int y, int x);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        These routines delete the character under the cursor;  all
        characters to the right of the cursor on the same line are
        moved to the left one position and the last  character  on
@@ -73,8 +69,7 @@
        ture.)
 
 
-
-

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.
@@ -84,20 +79,17 @@
        outside the window, or if the window pointer is null.
 
 
-
-

NOTES

+

NOTES

        Note that delch, mvdelch, and mvwdelch may be macros.
 
 
-
-

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.
 
 
-
-

SEE ALSO

+

SEE ALSO

        curses(3x)