mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 23:24:43 +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
|
@ -51,8 +51,8 @@ var CONTROL = {
|
|||
goto : 'H', // row Pr, column Pc -- same as f
|
||||
gotoAlt : 'f', // same as H
|
||||
|
||||
blinkToBrightIntensity : '33h',
|
||||
blinkNormal : '33l',
|
||||
blinkToBrightIntensity : '?33h',
|
||||
blinkNormal : '?33l',
|
||||
|
||||
emulationSpeed : '*r' // Set output emulation speed. See cterm.txt
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue