X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_delch.3x.html;h=8b077729227ffd97a3c471948b5d10e20bc5e4a9;hp=10840ed93a7cc1ab034bd001621951eeaafa0dfc;hb=ed646e3f683083e787c6ba773364401dc9fa9d40;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/doc/html/man/curs_delch.3x.html b/doc/html/man/curs_delch.3x.html index 10840ed9..8b077729 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

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

SYNOPSIS

+
+

NAME

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

SYNOPSIS

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

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
-       the line is filled with a blank.  The cursor position does
-       not change (after moving to y, x,  if  specified).   (This
-       does  not  imply use of the hardware delete character fea-
+

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 the line is  filled  with  a  blank.
+       The  cursor  position  does not change (after moving to y, x, if speci-
+       fied).  (This does not imply use of the hardware delete character  fea-
        ture.)
 
 
-
-

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

RETURN VALUE

+       All routines return the integer ERR upon failure and an OK (SVr4 speci-
+       fies only "an integer value other than ERR")  upon  successful  comple-
+       tion.
 
+       Functions  with  a  "mv"  prefix  first perform a cursor movement 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

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

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