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=174b17d8e629ab2ab626c52b76db123544cfcb03;hb=2a32bee362db64f5a06b2124976b928ac3faa578;hpb=3a935d9991cdf43ebfa952073c9b555f73a3e011 diff --git a/doc/html/man/curs_delch.3x.html b/doc/html/man/curs_delch.3x.html index 174b17d8..2ba296e6 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);
@@ -61,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
@@ -72,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.
@@ -83,30 +79,33 @@
        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 -
+