mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 14:44:40 +02:00
* Fix colors in relation to MCI codes
* iCE colors working, I think...
This commit is contained in:
parent
7bac1b5193
commit
008e9f46d8
6 changed files with 24 additions and 20 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue