Class: Term::Window
Overview
curses-style scrollable terminal window
Instance Attribute Summary collapse
-
#wrap ⇒ Object
work in progress.
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.
130 131 |
# File 'lib/epitools/term.rb', line 130 def initialize end |
Instance Attribute Details
#wrap ⇒ Object
work in progress. probably requires an event loop and a higher order container for having multiple windows and a text-input and stuff.
128 129 130 |
# File 'lib/epitools/term.rb', line 128 def wrap @wrap end |
Instance Method Details
#scroll(dx, dy) ⇒ Object
133 134 |
# File 'lib/epitools/term.rb', line 133 def scroll(dx, dy) end |