QU7NHFOVGFSKQ3CWG7EF2Q7GKP3Z6FHGTIDXFHHMSFL6XMUOHMEAC
OTIBCAUJ3KDQJLVDN3A536DLZGNRYMGJLORZVR3WLCGXGO6UGO6AC
local text
love.graphics.print(line, 12, i*12)
text = love.graphics.newText(love.graphics.getFont(), line) love.graphics.draw(text, 12, i*15)
text = love.graphics.newText(love.graphics.getFont(), line)
love.graphics.draw(text, 12, i*15)
-- cursor love.graphics.print('_', 12+text:getWidth(), #lines*15)
-- cursor
love.graphics.print('_', 12+text:getWidth(), #lines*15)