This commit is contained in:
navid.sassan 2021-04-02 16:51:56 +02:00
parent c3200a0621
commit c0f44f1a23

View File

@ -48,7 +48,7 @@ function recv()
if updated == true then
term.clear()
term.setCursorPos(0, 0)
term.setCursorPos(1, 1)
term.setTextColor(colors.white)
term.setBackgroundColor(colors.black)
term.write('Press "R" to toggle the rainbows')