insch(p1)
Insert a character ch, before the cursor.
static VALUE curses_insch(VALUE obj, VALUE ch) { curses_stdscr(); insch(NUM2CH(ch)); return Qnil; }