summaryrefslogtreecommitdiff
path: root/echest.lua
diff options
context:
space:
mode:
Diffstat (limited to 'echest.lua')
-rw-r--r--echest.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/echest.lua b/echest.lua
index 26a8577..f85f0d4 100644
--- a/echest.lua
+++ b/echest.lua
@@ -32,6 +32,7 @@ for x=0,15 do for y=0,15 do for z=0,15 do
p.setFrequency(2^x, 2^y, 2^z)
local name = p.getName()
if name ~= nil then
- term.write(name.."\n")
+ term.write(name)
+ term.scroll(1)
end
end end end