diff --git a/energy_control b/energy_control index 411c0b6..7fbeac4 100644 --- a/energy_control +++ b/energy_control @@ -51,7 +51,8 @@ function recv() term.setCursorPos(0, 0) term.setTextColor(colors.white) term.setBackgroundColor(colors.black) - print('Press "R" to toggle the rainbows') + term.write('Press "R" to toggle the rainbows') + print() term.write('Rainbows state: ') if redstone_toggle_state == true then term.setBackgroundColor(colors.green)