This commit is contained in:
overflowerror 2014-07-21 22:34:41 +02:00
commit 8b40a9843e

View file

@ -124,7 +124,7 @@ Emulator.ANSISequences.output = function(text) {
switch(state) { switch(state) {
case 0: case 0:
specialText = ""; specialText = "";
speacielText2 = ""; specialText2 = "";
if (text[i] != Emulator.ANSISequences.ESC) if (text[i] != Emulator.ANSISequences.ESC)
normalText += text[i]; normalText += text[i];
else else