New Element
Added BigFont element Added Feature for Frames to be draggable like windows added element:prioritize() to make it more important in the container children-hirachy
This commit is contained in:
@@ -232,7 +232,7 @@ function Render:render()
|
||||
self.buffer.dirtyRects = {}
|
||||
|
||||
if self.blink then
|
||||
self.terminal.setTextColor(self.cursorColor)
|
||||
self.terminal.setTextColor(self.cursorColor or colors.white)
|
||||
self.terminal.setCursorPos(self.xCursor, self.yCursor)
|
||||
self.terminal.setCursorBlink(true)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user