Method: Lab#setpos

Defined in:
lib/lab.rb

#setpos(y, x) ⇒ Object

swapped in curses interface



51
52
53
54
# File 'lib/lab.rb', line 51

def setpos y, x # swapped in curses interface
   @twt.x, @twt.y = x, y
   @x, @y = x, y
end