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:
Robert Jelic
2025-02-25 12:22:21 +01:00
parent 4553f294f6
commit c953ce7c30
5 changed files with 299 additions and 2 deletions

View File

@@ -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