mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-03 16:31:59 +02:00
Font updates
This commit is contained in:
parent
76291a1435
commit
12345f611c
8 changed files with 15 additions and 3 deletions
|
@ -106,7 +106,17 @@ The most common fonts are probably as follows:
|
|||
* `microknight`
|
||||
* `topaz`
|
||||
|
||||
Other fonts fonts also available:
|
||||
...and some examples:
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
Other "fonts" also available:
|
||||
* `cp1251`
|
||||
* `koi8_r`
|
||||
* `iso8859_2`
|
||||
|
@ -139,10 +149,12 @@ Other fonts fonts also available:
|
|||
* `iso8859_1`
|
||||
* `cp1131`
|
||||
|
||||
See [this specification](https://github.com/protomouse/synchronet/blob/master/src/conio/cterm.txt) for more information.
|
||||
:information_source: See [this specification](https://github.com/protomouse/synchronet/blob/master/src/conio/cterm.txt) for more information.
|
||||
|
||||
#### SyncTERM Style Baud Rates
|
||||
The `baudRate` member can set a [SyncTERM](http://syncterm.bbsdev.net/) style emulated baud rate. May be `300`, `600`, `1200`, `2400`, `4800`, `9600`, `19200`, `38400`, `57600`, `76800`, or `115200`. A value of `ulimited`, `off`, or `0` resets (disables) the rate. See [this specification](https://github.com/protomouse/synchronet/blob/master/src/conio/cterm.txt) for more information.
|
||||
The `baudRate` member can set a [SyncTERM](http://syncterm.bbsdev.net/) style emulated baud rate. May be `300`, `600`, `1200`, `2400`, `4800`, `9600`, `19200`, `38400`, `57600`, `76800`, or `115200`. A value of `ulimited`, `off`, or `0` resets (disables) the rate.
|
||||
|
||||
:information_source: See [this specification](https://github.com/protomouse/synchronet/blob/master/src/conio/cterm.txt) for more information.
|
||||
|
||||
### Common Example
|
||||
```hjson
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue