* Fix colors in relation to MCI codes

* iCE colors working, I think...
This commit is contained in:
Bryan Ashby 2014-11-12 23:16:47 -07:00
parent 7bac1b5193
commit 008e9f46d8
6 changed files with 24 additions and 20 deletions

View file

@ -420,7 +420,7 @@ function display(options, cb) {
parser.removeAllListeners(); // :TODO: Necessary???
if(iceColors) {
options.client.term.write(ansi.blinkNormal());
// options.client.term.write(ansi.blinkNormal());
}
cb(null, mci);