mirror of
https://github.com/sigmasternchen/Wish
synced 2025-03-15 07:28:56 +00:00
Merge branch 'master' of https://github.com/overflowerror/Wish
This commit is contained in:
commit
8b40a9843e
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