# File lib/ncurses.rb, line 226 def Ncurses.getparx(win) x = []; y = []; Ncurses.getparyx(win, y,x); x[0] end