delch(3X) delch(3X)
NAME
delch, mvdelch, mvwdelch, wdelch - delete a character from a window.
SYNOPSIS
cc [flag ...] file ... -lcurses [library ...]
#include <curses.h>
int delch(void);
int mvdelch(int y, int x);
int mvwdelch(WINDOW *win, int y, int x);
int wdelch(WINDOW *win);
DESCRIPTION
These functions delete the character at the current or specified posi-
tion in the current or specified window. This function does not change
the cursor position.
RETURN VALUE
Upon successful completion, these functions return OK. Otherwise, they
return ERR.
ERRORS
No errors are defined.
SEE ALSO
curses(3X), curses(5).
Page 1 Reliant UNIX 5.44 Printed 11/98