Sha256: 8e7b1d097cdfc1a945ee54ccbea99fd201da5ae76753dbac7002e44c3b9bd68c
Contents?: true
Size: 402 Bytes
Versions: 15
Compression:
Stored size: 402 Bytes
Contents
win = RubyText.window(13, 65, r: 2, c: 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
15 entries across 15 versions & 1 rubygems