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