ComputerCraft

ComputerCraft

21M Downloads

[Enhancement] Better line numbers on pocket computers

FastQuack opened this issue ยท 2 comments

commented

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")

commented

Or maybe check how big the screen is, and from there cut out the 'Press'.

commented

Fixed in next version