Sha256: 99a623956b9599688ab8f6552904e99458a78b80146784f9a58b7849acc99308

Contents?: true

Size: 226 Bytes

Versions: 16

Compression:

Stored size: 226 Bytes

Contents

win = RubyText.window(8, 39, 7, 14, 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.84 examples/prog04.rb
rubytext-0.0.83 examples/prog04.rb
rubytext-0.0.82 examples/prog04.rb
rubytext-0.0.81 examples/prog04.rb
rubytext-0.0.80 examples/prog04.rb
rubytext-0.0.79 examples/prog04.rb
rubytext-0.0.78 examples/prog04.rb
rubytext-0.0.77 examples/prog04.rb
rubytext-0.0.76 examples/prog04.rb
rubytext-0.0.75 examples/prog04.rb
rubytext-0.0.74 examples/prog04.rb
rubytext-0.0.73 examples/prog04.rb
rubytext-0.0.72 examples/prog04.rb
rubytext-0.0.71 examples/prog04.rb
rubytext-0.0.70 examples/prog04.rb
rubytext-0.0.69 examples/prog04.rb