Replace *all* unsupported ansi escape chars.

This commit is contained in:
Piotr Sarnacki 2012-12-19 17:13:22 +01:00
parent b7ea84a455
commit 2daed5f36f

View File

@ -122,7 +122,7 @@ FOLDS = [
.replace(/\033\[K\r/g, '\r')
.replace(/\[2K/g, '')
.replace(/\033\(B/g, '')
.replace(/\033\[\d+G/, '')
.replace(/\033\[\d+G/g, '')
ansi = ansiparse(log)