Sha256: 2811aec091fd7b997bad2a312d5f543806c2bbccaf0039bfd56ac47ab58cd2c0

Contents?: true

Size: 174 Bytes

Versions: 4

Compression:

Stored size: 174 Bytes

Contents

#!/usr/bin/ruby
require "lignite"

dc = Lignite::DirectCommands.new

dc.ui_draw_clean
dc.ui_draw_text(Lignite::FG_COLOR, 20, 40, "Hello, world!")
dc.ui_draw_update

dc.close

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lignite-0.6.0 examples/hello.rb
lignite-0.5.0 examples/hello.rb
lignite-0.4.0 examples/hello.rb
lignite-0.3.0 examples/hello.rb