8 lines
159 B
Text
8 lines
159 B
Text
' ---------- foo is reverse --------------
|
|
x$ = shell$("tput mr
|
|
echo 'foo'")
|
|
|
|
' ---------- bar is normal --------------
|
|
x$ = shell$("tput me
|
|
echo 'bar'")
|
|
wait
|