Method: Textbringer::Window#move
- Defined in:
- lib/textbringer/window.rb
#move(y, x) ⇒ Object
478 479 480 481 482 483 |
# File 'lib/textbringer/window.rb', line 478 def move(y, x) @y = y @x = x @window.move(y, x) @mode_line.move(y + @window.maxy, x) end |