buildkite / terminal-to-html

Converts arbitrary shell output (with ANSI) into beautifully rendered HTML
http://buildkite.github.io/terminal-to-html
MIT License
649 stars 45 forks source link

Fix `docker pull` rendering #40

Closed keithpitt closed 7 years ago

keithpitt commented 7 years ago

For more information, see this issue here: https://github.com/buildkite/terminal/issues/39

mipearson commented 7 years ago

ITYM:

keithpitt commented 7 years ago

@mipearson fixed

mipearson commented 7 years ago

@keithpitt See commit - removing the restriction whereby the cursor can't jump further down than already written lines fixes this issue.

Checking ANSI "specs" (such as they are) I can't find any reference to this being a requirement, so I think this is safe to merge.