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