aboutsummaryrefslogtreecommitdiff
path: root/system/desktop.lua
blob: 1e4a40d74114f81bef2f66b7eb0e72d47444c1c4 (plain) (blame)
1
2
3
4
5
os.pullEvent = os.pullEventRaw
term.clear()
term.setCursorPos(1,1)
term.setBackgroundColor(colors.white)
print("Welcome to the desktop where nothing happens... Yet!")