how the fuck did that happened here???

and why has no one seen that till now???
This commit is contained in:
overflowerror 2014-07-03 00:53:38 +02:00
parent a4f007cce1
commit f61b9995a2

View file

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