Class: Term::Window
Instance Method Summary collapse
-
#initialize ⇒ Window
constructor
A new instance of Window.
- #scroll(dx, dy) ⇒ Object
Constructor Details
#initialize ⇒ Window
Returns a new instance of Window.
54 55 |
# File 'lib/epitools/term.rb', line 54 def initialize end |
Instance Method Details
#scroll(dx, dy) ⇒ Object
57 58 |
# File 'lib/epitools/term.rb', line 57 def scroll(dx, dy) end |