These are the basic function for program/api to make a new line
function newLine() xPos, yPos = term.getCursorPos() term.setCursorPos(1,(yPos + 1)) end
Easy huh?
Posted 17 April 2017 - 07:40 AM
function newLine() xPos, yPos = term.getCursorPos() term.setCursorPos(1,(yPos + 1)) end
Posted 17 April 2017 - 09:15 AM
Posted 17 April 2017 - 11:25 AM
Posted 17 April 2017 - 11:58 AM
Posted 17 April 2017 - 12:11 PM
Posted 17 April 2017 - 03:17 PM
Posted 17 April 2017 - 10:32 PM
0 members, 1 guests, 0 anonymous users