Sha256: be04e63c4eb177ad5c67c1d39c4177dc3c1d2abd23970de55af7ed0240137427

Contents?: true

Size: 396 Bytes

Versions: 16

Compression:

Stored size: 396 Bytes

Contents

win = RubyText.window(13, 65, 2, 14, fg: Blue, bg: White)

win.puts "The #rcprint method will print at the specified"
win.puts "row/column, like go(r,c) followed by a print,"
win.puts "except that it does NOT move the cursor."

win.rcprint 4,8,  "Simplify,"
win.rcprint 6,12, "simplify,"
win.rcprint 8,16, "simplify!"

win.rcprint 10,0, "Later there will be other ways to do this kind of thing."

Version data entries

16 entries across 16 versions & 1 rubygems

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