fix shell going crazy when hitting bottom of screen

This commit is contained in:
Ryan T
2026-02-15 00:47:35 -05:00
parent b6d1b9398f
commit 303449e13c
2 changed files with 30 additions and 8 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
local syscalls=syscall.sysdump()
for i=1, #syscalls do
print(syscalls[i])
end
end
print("Total # of syscalls: "..tostring(#syscalls))