Okay, so i am a complete NEWB with lua. Never programmed in my life.
I have watched the tutorials and none of which help me at all.
I want to basically copy the idea of ComputerCrafts
term.setTextColor()
where i can set what i am printing/writing on the screen in color.
i can do
local term = require("term")
local component = require("component")
local gpu = compontent.gpu
term.clear()
print(gpu.serForeground(0x2E86C1) .. "Test")
This changes my entire text to a blue. rather then just color the text i want in that line.
Any help would be great. Maybe thi