examples/debug/Supfile in wassup-0.2.0 vs examples/debug/Supfile in wassup-0.2.1
- old
+ new
@@ -101,9 +101,12 @@
pane.top = 0.0
pane.left = 0.6
pane.highlight = false
pane.title = "STDOUT"
+ pane.description = [
+ "Slowly shows stuff sent to STDOUT"
+ ]
pane.interval = 4
pane.content do |content|
$stdout.string.split("\n").each do |line|
content.add_row(line)