Method: Newt::Screen.refresh

Defined in:
ext/ruby_newt/ruby_newt.c

.refreshObject



431
432
433
434
435
436
# File 'ext/ruby_newt/ruby_newt.c', line 431

static VALUE rb_ext_Screen_Refresh()
{
  INIT_GUARD();
  newtRefresh();
  return Qnil;
}