Method: Ncurses.getcurx

Defined in:
lib/ncurses.rb

.getcurx(win) ⇒ Object



208
209
210
# File 'lib/ncurses.rb', line 208

def Ncurses.getcurx(win)
  x = []; y = []; Ncurses.getyx(win, y,x); x[0]
end