These functions delete characters from
stdscr or from the specified window.
The
delch() function deletes the character at the current cursor position on
stdscr. Characters to the right of the deleted character are moved one position to the left. The cursor position is unchanged.
The
wdelch() function is the same as the
delch() function, excepting that the character is deleted from the specified window.