buildkite / terminal-to-html

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

Handle <ESC>[J, <ESC>[1J, <ESC>[2J #2

Closed keithpitt closed 3 years ago

keithpitt commented 10 years ago

Erase Down [J Erases the screen from the current line down to the bottom of the screen.

Erase Up [1J Erases the screen from the current line up to the top of the screen.

Erase Screen [2J Erases the screen with the background colour and moves the cursor to home.