index
:
personal/bits-UI.git
master
Unnamed repository; edit this file 'description' to name the repository.
Alee
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
)