lib/window_blessing.rb in window_blessing-0.0.1 vs lib/window_blessing.rb in window_blessing-0.0.4
- old
+ new
@@ -9,12 +9,12 @@
See README for licence information.
=end
%w{
constants
- color
tools
+ color
buffer
version
event_queue
event_manager
evented
@@ -24,10 +24,11 @@
xterm_output
xterm_state
xterm_input
xterm_screen
buffered_screen
+ window_redraw_areas
window
windowed_screen
widgets/draggable_background
widgets/label
widgets/slider
@@ -35,10 +36,9 @@
}.each do |file|
require "window_blessing/#{file}"
end
module WindowBlessing
- # Your code goes here...
class << self
include Tools
def main(&block)
main_window = Window.new
Screen.new.open do