APIdock / Ruby
/
Browse About
method

delch

v1_9_3_125 - Show latest stable - Class: Curses
delch()
public

Delete the character under the cursor

static VALUE
curses_delch(VALUE obj)
{
    curses_stdscr();
    delch();
    return Qnil;
}

Related methods

  • Class methods
  • ESCDELAY
  • ESCDELAY=
  • TABSIZE
  • TABSIZE=
  • addch
  • addstr
  • attroff
  • attron
  • attrset
  • beep
  • bkgd
  • bkgdset
  • can_change_color?
  • cbreak
  • clear
  • close_screen
  • closed?
  • clrtoeol
  • color_content
  • color_pair
  • color_pairs
  • colors
  • cols
  • crmode
  • curs_set
  • def_prog_mode
  • delch
  • deleteln
  • doupdate
  • echo
  • flash
  • getch
  • getmouse
  • getstr
  • has_colors?
  • inch
  • init_color
  • init_pair
  • init_screen
  • insch
  • insertln
  • keyname
  • lines
  • mouseinterval
  • mousemask
  • nl
  • nocbreak
  • nocrmode
  • noecho
  • nonl
  • noraw
  • pair_content
  • pair_number
  • raw
  • refresh
  • reset_prog_mode
  • resize
  • resizeterm
  • scrl
  • setpos
  • setscrreg
  • standend
  • standout
  • start_color
  • stdscr
  • timeout=
  • ungetch
  • ungetmouse
  • use_default_colors
APIdock API Documentation Browser

© 2026 APIdock