X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_delch.3x.html;h=b0eb0b822023175b9d871cae392272c7320be0e8;hp=3b6562afecdc315251a4e4a145ca44c8de72713e;hb=db5f7f4f146a91ba8ec7f1df8e9d7f9d2d7c74fd;hpb=027ae42953e3186daed8f3882da73de48291b606;ds=sidebyside diff --git a/doc/html/man/curs_delch.3x.html b/doc/html/man/curs_delch.3x.html index 3b6562af..b0eb0b82 100644 --- a/doc/html/man/curs_delch.3x.html +++ b/doc/html/man/curs_delch.3x.html @@ -1,7 +1,6 @@ - + + + curs_delch 3x -

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,7 +62,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 +73,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 -
+