inch()
Returns the character at the current position.
static VALUE curses_inch(VALUE obj) { curses_stdscr(); return CH2FIX(inch()); }