Posted 03 November 2012 - 02:52 AM
hi, this code:
gives me a yellow taskbar looking like this[attachment=645:2012-11-02_15.49.32.png]
i want that one column in the right to be yellow too, how can i do that?
local width=4
local size={term.getSize()}
for w=1,width do
term.setCursorPos(1,size[2]-w+1)
for x=1,size[1]-1 do
write(' ')
end
end
gives me a yellow taskbar looking like this[attachment=645:2012-11-02_15.49.32.png]
i want that one column in the right to be yellow too, how can i do that?