Sha256: 3c7312313fb66b28d7263fd461134b4ab4424cf1b4ff6c3f6e7e09bddb5697a5
Contents?: true
Size: 395 Bytes
Versions: 16
Compression:
Stored size: 395 Bytes
Contents
win = RubyText.window(13, 65, 0, 6, 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