fix shell going crazy when hitting bottom of screen
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
local syscalls=syscall.sysdump()
|
||||
for i=1, #syscalls do
|
||||
print(syscalls[i])
|
||||
end
|
||||
end
|
||||
print("Total # of syscalls: "..tostring(#syscalls))
|
||||
Reference in New Issue
Block a user