diff --git a/energy_control b/energy_control index cb79b1b..82610db 100644 --- a/energy_control +++ b/energy_control @@ -51,9 +51,9 @@ function recv() term.setCursorPos(1, 1) term.setTextColor(colors.white) term.setBackgroundColor(colors.black) - term.write('Press "R" to toggle the rainbows') - xPos, yPos = term.getCursorPos() - term.setCursorPos(1,(yPos + 1)) + write('Press "R" to toggle the rainbows\n') + -- xPos, yPos = term.getCursorPos() + -- term.setCursorPos(1,(yPos + 1)) term.write('Rainbows state: ') if redstone_toggle_state == true then term.setBackgroundColor(colors.green)