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>[K, <ESC>[1K, <ESC>[2K #9

Closed keithpitt closed 10 years ago

keithpitt commented 10 years ago

Erase End of Line [K Erases from the current cursor position to the end of the current line.

Erase Start of Line [1K Erases from the current cursor position to the start of the current line.

Erase Line [2K Erases the entire current line.

keithpitt commented 10 years ago

Basic support in 4d74fd371ac14df2bcd87b237a0fa9c7bfe85892