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