class Term::Window
curses-style scrollable terminal window
Attributes
wrap[RW]
work in progress. probably requires an event loop and a higher order container for having multiple windows and a text-input and stuff.
Public Class Methods
new()
click to toggle source
# File lib/epitools/term.rb, line 130 def initialize end
Public Instance Methods
scroll(dx, dy)
click to toggle source
# File lib/epitools/term.rb, line 133 def scroll(dx, dy) end