This commit is contained in:
.[d]. 2022-02-28 16:41:36 -06:00
parent bf4f08f2bc
commit 5c4d1b9baa
3 changed files with 1 additions and 1 deletions

View File

@ -1147,7 +1147,7 @@ class ANSIDecoder:
self.output_lines=[]
self.as_irc_lines()
for _ in self.output_lines:
self.fifo(_[:137])
self.fifo(_)
################################################################################################### RE-ENCODING ENCODINGS
def as_terminal_lines(self):
default_fg=7

Binary file not shown.

Before

Width:  |  Height:  |  Size: 303 KiB

After

Width:  |  Height:  |  Size: 275 KiB