Posted 10 October 2016 - 05:43 PM
Hey guys,
How could i implement a mask or an char for term.blit, to let him skip writing chars (that it doesn't edits the screen)?
Two examples:
How could i implement a mask or an char for term.blit, to let him skip writing chars (that it doesn't edits the screen)?
Two examples:
term.blit(''Hello world!', 'ffffffffffff', '000000000000', '## # ')
-- or
term.blit(''Hello world!', 'ffffffffffff', '##0000000#00')
--[[ Output:
llo wo ld
--]]
I want to have the best performance.Edited on 10 October 2016 - 05:06 PM