potential wrap content fix.

This commit is contained in:
Christopher Jeffrey 2013-06-26 19:15:49 -05:00
parent a1e9ec5a55
commit 6663c6c3f0

View File

@ -2673,6 +2673,8 @@ function wrapContent(content, width, tags, state) {
}
}
i++; // FIX
part = line.substring(0, i - 1);
esc = /\x1b[\[\d;]*$/.exec(part);