point=(p1)
Set the index of the current cursor position in Readline.line_buffer.
Raises NotImplementedError if the using readline library does not support.
See Readline.point.
static VALUE readline_s_set_point(VALUE self, VALUE pos) { rl_point = NUM2INT(pos); return pos; }