Class: Term::Window

Inherits:
Object show all
Defined in:
lib/epitools/term.rb

Overview

curses-style scrollable terminal window

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeWindow

Returns a new instance of Window.



130
131
# File 'lib/epitools/term.rb', line 130

def initialize
end

Instance Attribute Details

#wrapObject

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