int delch()
int wdelch(win)
int mvdelch(y, x)
int mvwdelch(win, y, x)
Delete the character under the cursor and move the remaining characters to the right of the cursor one position to the left.
y and x are the coordinates to which the cursor will be moved to before deleting.