disable attribute code until we finish it
This commit is contained in:
parent
a1c01935fb
commit
d3b97bcd30
@ -36,7 +36,8 @@ class Terminal:
|
|||||||
cursor = self.screen.cursor
|
cursor = self.screen.cursor
|
||||||
allAttributes = []
|
allAttributes = []
|
||||||
text = '\n'.join(self.screen.display)
|
text = '\n'.join(self.screen.display)
|
||||||
start = time.time()
|
|
||||||
|
#start = time.time()
|
||||||
#for y in range(self.screen.lines):
|
#for y in range(self.screen.lines):
|
||||||
# line = self.screen.buffer[y]
|
# line = self.screen.buffer[y]
|
||||||
# attributes = [(char.reverse, char.fg, char.bg, char.bold, char.italics, char.underscore, char.strikethrough)
|
# attributes = [(char.reverse, char.fg, char.bg, char.bold, char.italics, char.underscore, char.strikethrough)
|
||||||
|
Loading…
Reference in New Issue
Block a user