mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 22:54:37 +02:00
Some notes
This commit is contained in:
parent
91e0c44d9d
commit
8f988f5dc1
2 changed files with 2 additions and 1 deletions
|
@ -176,7 +176,7 @@ function ANSIEscapeParser(options) {
|
|||
id : id ? parseInt(id, 10) : null,
|
||||
args : args,
|
||||
SGR : ansi.getSGRFromGraphicRendition(self.graphicRendition, true)
|
||||
});
|
||||
});
|
||||
|
||||
if(self.mciReplaceChar.length > 0) {
|
||||
self.emit('chunk', ansi.getSGRFromGraphicRendition(self.graphicRenditionForErase));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue