[Enhancement] Better line numbers on pocket computers
FastQuack opened this issue ยท 2 comments
When using the edit program on pocket computers, line numbers will not show up properly due to the "Press Ctrl to access menu" text covering them up. My suggestion to fix this is to not write "Press " on pockets. (or something of that nature)
if not pocket then
term.write("Press ")
end
term.write("Ctrl to access menu")