fixed red cursor bug

This commit is contained in:
Robert Jelic
2022-05-27 21:57:32 +02:00
parent c17fd8ad5e
commit 1f97eeacd1
2 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -168,10 +168,9 @@ local function basaltDrawHelper()
terminal.setCursorPos(1, n)
terminal.blit(cacheT[n], cacheFG[n], cacheBG[n])
end
terminal.setBackgroundColor(colors.black)
terminal.setCursorBlink(isBlinking)
terminal.setCursorPos(xC, yC)
terminal.setBackgroundColor(colors.black)
terminal.setTextColor(colors.red)
end;
setTerm = function(newTerm)