# File lib/ncursesw.rb, line 250 def Ncurses.getpary(win) x = []; y = []; Ncurses.getparyx(win, y,x); y[0] end