fixed typo
This commit is contained in:
parent
0ea45bfc0b
commit
8900491c18
|
@ -114,7 +114,7 @@ function statusRender(s) -- Renders the status bar
|
|||
end
|
||||
|
||||
function renderCloseButton() -- Renders the X button
|
||||
term.setCurorPos(width, 1)
|
||||
term.setCursorPos(width, 1)
|
||||
term.setTextColor(textColor)
|
||||
term.setBackgroundColor(backgroundColor)
|
||||
term.write("x")
|
||||
|
|
Loading…
Reference in a new issue