Sha256: 88d231fa5bfa0dba657c1e1a2afda00a8a28dc9fffc665a2f602203d2c88cbe1

Contents?: true

Size: 280 Bytes

Versions: 16

Compression:

Stored size: 280 Bytes

Contents

win = RubyText.window(11, 65, 1, 6, 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.68 examples/prog18.rb
rubytext-0.0.67 examples/prog18.rb
rubytext-0.0.66 examples/prog18.rb
rubytext-0.0.65 examples/prog18.rb
rubytext-0.0.64 examples/prog18.rb
rubytext-0.0.63 examples/prog18.rb
rubytext-0.0.62 examples/prog18.rb
rubytext-0.0.61 examples/prog18.rb
rubytext-0.0.60 examples/prog18.rb
rubytext-0.0.59 examples/prog18.rb
rubytext-0.0.58 examples/prog18.rb
rubytext-0.0.57 examples/prog18.rb
rubytext-0.0.56 examples/prog18.rb
rubytext-0.0.55 examples/prog18.rb
rubytext-0.0.54 examples/prog18.rb
rubytext-0.0.53 examples/prog18.rb