Skip to content

Commit

Permalink
demo changed
Browse files Browse the repository at this point in the history
  • Loading branch information
natano committed Oct 22, 2008
1 parent 78570fa commit 492e8e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.rb → demo.rb
Expand Up @@ -35,9 +35,9 @@

textbox = Win.new
textbox.position = 12, 10
textbox.width = 15
textbox.height = 5
textbox.text = `ls`
textbox.width = 25
textbox.height = 8
textbox.text = `git branch`
textbox.border = :double, :white
textbox.bg = :bg_black
textbox.fg = :yellow
Expand All @@ -50,7 +50,7 @@
network.border = :round, :red
network.bg = :bg_white
network.fg = :yellow
network.text = `/sbin/ifconfig`
network.text = `git log`
network.draw


Expand Down

0 comments on commit 492e8e7

Please sign in to comment.