Sha256: db815e823c04af82aa6a4ef47c6ce790449be520d858d00c46ae62265e4f9fa7

Contents?: true

Size: 281 Bytes

Versions: 16

Compression:

Stored size: 281 Bytes

Contents

win = RubyText.window(11, 65, 4, 14, fg: Blue, bg: White)

win.go 2,0
win.puts "#top and #bottom are the same as #up! and #down!"

win.go 5, 21;             win.putch("+"); sleep 1
win.go 5, 21; win.top;    win.putch("T"); sleep 1
win.go 5, 21; win.bottom; win.putch("B"); sleep 1

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
rubytext-0.0.84 examples/prog18.rb
rubytext-0.0.83 examples/prog18.rb
rubytext-0.0.82 examples/prog18.rb
rubytext-0.0.81 examples/prog18.rb
rubytext-0.0.80 examples/prog18.rb
rubytext-0.0.79 examples/prog18.rb
rubytext-0.0.78 examples/prog18.rb
rubytext-0.0.77 examples/prog18.rb
rubytext-0.0.76 examples/prog18.rb
rubytext-0.0.75 examples/prog18.rb
rubytext-0.0.74 examples/prog18.rb
rubytext-0.0.73 examples/prog18.rb
rubytext-0.0.72 examples/prog18.rb
rubytext-0.0.71 examples/prog18.rb
rubytext-0.0.70 examples/prog18.rb
rubytext-0.0.69 examples/prog18.rb