Files
lcdproc/tests/script.3
T
1999-12-09 23:15:14 +00:00

22 lines
504 B
Plaintext

hello
screen_add one
screen_add two
screen_add three
screen_add four
widget_add one title title
widget_add two title title
widget_add three title title
widget_add four title title
widget_set one title "One"
widget_set two title "Two"
widget_set three title "Three"
widget_set four title "Four"
widget_add one dot string
widget_add two dot string
widget_add three dot string
widget_add four dot string
widget_set one dot 1 2 .
widget_set two dot 2 2 .
widget_set three dot 3 2 .
widget_set four dot 4 2 .