Method: Newt::Screen.cursor_off

Defined in:
ext/ruby_newt/ruby_newt.c

.cursor_offObject



474
475
476
477
478
479
# File 'ext/ruby_newt/ruby_newt.c', line 474

static VALUE rb_ext_Screen_CursorOff(VALUE self)
{
  INIT_GUARD();
  newtCursorOff();
  return Qnil;
}