mirror of
https://github.com/sigmasternchen/Wish
synced 2025-03-15 07:28:56 +00:00
how the fuck did that happened here???
and why has no one seen that till now???
This commit is contained in:
parent
a4f007cce1
commit
f61b9995a2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue