delch()
Delete the character under the cursor
static VALUE curses_delch(VALUE obj) { curses_stdscr(); delch(); return Qnil; }