This method is deprecated or moved on the latest stable version. The last existing version (v1_9_3_392) is shown here.
ESCDELAY()
Returns the total time, in milliseconds, for which curses will await a character sequence, e.g., a function key
static VALUE curses_escdelay_get(VALUE obj) { return INT2NUM(ESCDELAY); }