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