Sha256: ca69fd3960b9e5709b7482d41e8264ac8262715292c315ccccd6c2f713b04b16

Contents?: true

Size: 287 Bytes

Versions: 42

Compression:

Stored size: 287 Bytes

Contents

win = RubyText.window(11, 65, r: 4, c: 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

42 entries across 42 versions & 1 rubygems

Version Path
rubytext-0.1.29 examples/topbottom.rb
rubytext-0.1.28 examples/topbottom.rb
rubytext-0.1.26 examples/topbottom.rb
rubytext-0.1.25 examples/topbottom.rb
rubytext-0.1.23 examples/topbottom.rb
rubytext-0.1.22 examples/topbottom.rb
rubytext-0.1.21 examples/topbottom.rb
rubytext-0.1.20 examples/topbottom.rb
rubytext-0.1.19 examples/topbottom.rb
rubytext-0.1.18 examples/topbottom.rb
rubytext-0.1.17 examples/topbottom.rb
rubytext-0.1.16 examples/topbottom.rb
rubytext-0.1.15 examples/topbottom.rb
rubytext-0.1.14 examples/topbottom.rb
rubytext-0.1.13 examples/topbottom.rb
rubytext-0.1.12 examples/topbottom.rb
rubytext-0.1.11 examples/topbottom.rb
rubytext-0.1.10 examples/topbottom.rb
rubytext-0.1.8 examples/topbottom.rb
rubytext-0.1.7 examples/topbottom.rb