fixed red cursor bug
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -168,10 +168,9 @@ local function basaltDrawHelper()
|
|||||||
terminal.setCursorPos(1, n)
|
terminal.setCursorPos(1, n)
|
||||||
terminal.blit(cacheT[n], cacheFG[n], cacheBG[n])
|
terminal.blit(cacheT[n], cacheFG[n], cacheBG[n])
|
||||||
end
|
end
|
||||||
|
terminal.setBackgroundColor(colors.black)
|
||||||
terminal.setCursorBlink(isBlinking)
|
terminal.setCursorBlink(isBlinking)
|
||||||
terminal.setCursorPos(xC, yC)
|
terminal.setCursorPos(xC, yC)
|
||||||
terminal.setBackgroundColor(colors.black)
|
|
||||||
terminal.setTextColor(colors.red)
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
setTerm = function(newTerm)
|
setTerm = function(newTerm)
|
||||||
|
|||||||
Reference in New Issue
Block a user