Sha256: 0ceb1890bb31c75321b30c5f589705bd72cb4ce2c49d047a9098c779f88838f2

Contents?: true

Size: 225 Bytes

Versions: 16

Compression:

Stored size: 225 Bytes

Contents

win = RubyText.window(8, 39, 4, 9, fg: Black, bg: Blue)

win.puts "If your text is longer than " +
         "the width of the window, by default it will " +
         "wrap around."

win.puts "Scrolling is not yet supported."

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
rubytext-0.0.68 examples/prog04.rb
rubytext-0.0.67 examples/prog04.rb
rubytext-0.0.66 examples/prog04.rb
rubytext-0.0.65 examples/prog04.rb
rubytext-0.0.64 examples/prog04.rb
rubytext-0.0.63 examples/prog04.rb
rubytext-0.0.62 examples/prog04.rb
rubytext-0.0.61 examples/prog04.rb
rubytext-0.0.60 examples/prog04.rb
rubytext-0.0.59 examples/prog04.rb
rubytext-0.0.58 examples/prog04.rb
rubytext-0.0.57 examples/prog04.rb
rubytext-0.0.56 examples/prog04.rb
rubytext-0.0.55 examples/prog04.rb
rubytext-0.0.54 examples/prog04.rb
rubytext-0.0.53 examples/prog04.rb