summaryrefslogtreecommitdiff
path: root/img/better_disp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'img/better_disp.lua')
-rw-r--r--img/better_disp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/img/better_disp.lua b/img/better_disp.lua
index 2681f22..63eb505 100644
--- a/img/better_disp.lua
+++ b/img/better_disp.lua
@@ -24,7 +24,7 @@ local function test()
term.clear()
local gs = {false,false,false,false,false,false}
while true do
- term.setCursorPos(1,1)
+ term.setCursorPos(5,5)
local tc,bgc,char = vlorb(colors.red,colors.black, table.unpack(gs))
term.setTextColor(tc)
term.setBackgroundColor(bgc)