X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_delch.3x.html;h=a5b302781cf47f3f3a9821db3f4ba1c1019c4b5a;hp=4036dc39a6759c22a4e7a7220e621d1a1d0e87b1;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e diff --git a/doc/html/man/curs_delch.3x.html b/doc/html/man/curs_delch.3x.html index 4036dc39..a5b30278 100644 --- a/doc/html/man/curs_delch.3x.html +++ b/doc/html/man/curs_delch.3x.html @@ -1,4 +1,3 @@ - + + + curs_delch 3x @@ -39,20 +41,19 @@

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,7 +63,7 @@
 
 
 
-

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,36 +74,46 @@
 
 
 
-

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.
 
+       Functions with a "mv" prefix first perform a cursor  move-
+       ment  using  wmove, and return an error if the position is
+       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)
 
 
 
                                                          curs_delch(3x)
 
-
-
-Man(1) output converted with -man2html -
+