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>[{COUNT}A-F cursor control sequences #1

Closed keithpitt closed 10 years ago

keithpitt commented 10 years ago

Cursor Up [{COUNT}A Moves the cursor up by COUNT rows; the default count is 1.

Cursor Down [{COUNT}B Moves the cursor down by COUNT rows; the default count is 1.

Cursor Forward [{COUNT}C Moves the cursor forward by COUNT columns; the default count is 1.

Cursor Backward [{COUNT}D Moves the cursor backward by COUNT columns; the default count is 1.

keithpitt commented 10 years ago

This has been fixed as well.