disable attribute code until we finish it

This commit is contained in:
chrys 2018-03-27 13:33:04 +02:00
parent a1c01935fb
commit d3b97bcd30

View File

@ -36,7 +36,8 @@ class Terminal:
cursor = self.screen.cursor
allAttributes = []
text = '\n'.join(self.screen.display)
start = time.time()
#start = time.time()
#for y in range(self.screen.lines):
# line = self.screen.buffer[y]
# attributes = [(char.reverse, char.fg, char.bg, char.bold, char.italics, char.underscore, char.strikethrough)