The Single UNIX ® Specification, Version 2
Copyright © 1997 The Open Group

 NAME

delch, mvdelch, mvwdelch, wdelch - delete a character from a window.

 SYNOPSIS



#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 position 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.h>.

UNIX ® is a registered Trademark of The Open Group.
Copyright © 1997 The Open Group
[ Main Index | XSH | XCU | XBD | XCURSES | XNS ]