Method: Curses.ESCDELAY

Defined in:
ext/curses/curses.c

.ESCDELAYObject

Returns the total time, in milliseconds, for which curses will await a character sequence, e.g., a function key



1253
1254
1255
1256
1257
# File 'ext/curses/curses.c', line 1253

static VALUE
curses_escdelay_get(VALUE obj)
{
    return INT2NUM(ESCDELAY);
}