Some notes

This commit is contained in:
Bryan Ashby 2016-04-11 20:23:11 -06:00
parent 91e0c44d9d
commit 8f988f5dc1
2 changed files with 2 additions and 1 deletions

View file

@ -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));