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=8e70fa399d8fb5d0bf58318f68266005fba945b5;hb=db5f7f4f146a91ba8ec7f1df8e9d7f9d2d7c74fd;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602 diff --git a/doc/html/man/curs_delch.3x.html b/doc/html/man/curs_delch.3x.html index 8e70fa39..b0eb0b82 100644 --- a/doc/html/man/curs_delch.3x.html +++ b/doc/html/man/curs_delch.3x.html @@ -1,4 +1,3 @@ - + + + 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,7 +73,7 @@
 
 
 
-

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,26 +84,35 @@
 
 
 
-

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 +