Open RickyCook opened 9 years ago
https://trello.com/c/EIT75VQC/68-bug-ansii-sequences-split-over-multiple-stream-structures-are-not-displayed-correctly
When the UI calls dockerBuildLine, on some {'stream':} content, it will ansi_to_html that content. This works until an ANSII sequence is started, and spans multiple stream objects, because the formatting is "reset" after each.
dockerBuildLine
{'stream':}
ansi_to_html
stream
Possibly fixed with #182
https://trello.com/c/EIT75VQC/68-bug-ansii-sequences-split-over-multiple-stream-structures-are-not-displayed-correctly
When the UI calls
dockerBuildLine
, on some{'stream':}
content, it willansi_to_html
that content. This works until an ANSII sequence is started, and spans multiplestream
objects, because the formatting is "reset" after each.