You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/elements/Display.lua
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,7 @@ local colorHex = require("libraries/colorHex")
6
6
---@configDescription The Display is a special element which uses the CC Window API which you can use.
7
7
---@configDefault false
8
8
9
-
--- A specialized element that provides direct access to ComputerCraft's Window API.
10
-
--- It acts as a canvas where you can use standard CC terminal operations, making it ideal for:
11
-
--- - Integration with existing CC programs and APIs
12
-
--- - Custom drawing operations
13
-
--- - Terminal emulation
14
-
--- - Complex text manipulation
15
-
--- The Display maintains its own terminal buffer and can be manipulated using familiar CC terminal methods.
9
+
--- A specialized element that provides direct access to ComputerCraft's Window API. It acts as a canvas where you can use standard CC terminal operations.
0 commit comments