mirror of
https://github.com/sigmasternchen/Wish
synced 2025-03-14 23:28:53 +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) {
|
||||
case 0:
|
||||
specialText = "";
|
||||
speacielText2 = "";
|
||||
specialText2 = "";
|
||||
if (text[i] != Emulator.ANSISequences.ESC)
|
||||
normalText += text[i];
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue