Sha256: 02bf7ec02d94e1f47ec6c3c7e07478b94984c17016ddc0602cfa59b67e82511b

Contents?: true

Size: 164 Bytes

Versions: 4

Compression:

Stored size: 164 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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lignite-0.2.0 examples/hello.rb
lignite-0.1.2 examples/hello.rb
lignite-0.1.1 examples/hello.rb
lignite-0.1.0 examples/hello.rb