def subwin(height, width, top, left)
793 794 795
# File 'curses.c', line 793 static VALUE window_subwin(obj, height, width, top, left) VALUE obj;