mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
Nothing really
This commit is contained in:
parent
0a079ee4d8
commit
70a53e9613
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ function ANSIEscapeParser(options) {
|
||||||
self.positionUpdated();
|
self.positionUpdated();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case LF :
|
case LF :
|
||||||
self.emit('literal', text.slice(start, pos));
|
self.emit('literal', text.slice(start, pos));
|
||||||
start = pos;
|
start = pos;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue