aboutsummaryrefslogtreecommitdiff
path: root/.mbs/bin/clear.lua
blob: 3a8e8d713f7c5c3818ce1a771fa9b92fc9a753ca (plain) (blame)
1
2
3
4
local _, y = term.getCursorPos()

term.scroll(y - 1)
term.setCursorPos(1, 1)