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