diff --git a/docs/art/general.md b/docs/art/general.md index 7b2a5917..551d231e 100644 --- a/docs/art/general.md +++ b/docs/art/general.md @@ -106,7 +106,17 @@ The most common fonts are probably as follows: * `microknight` * `topaz` -Other fonts fonts also available: +...and some examples: + + ![cp437](../assets/images/cp437.png "cp437")
+ ![pot_noodle](../assets/images/pot_noodle.png "pot_noodle")
+ ![mo_soul](../assets/images/mo_soul.png "mo_soul")
+ ![microknight_plus](../assets/images/microknight_plus.png "microknight_plus")
+ ![topaz_plus](../assets/images/topaz_plus.png "topaz_plus")
+ ![microknight](../assets/images/microknight.png "microknight")
+ ![topaz](../assets/images/topaz.png "topaz")
+ +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 diff --git a/docs/assets/images/cp437.png b/docs/assets/images/cp437.png new file mode 100644 index 00000000..fa0a511f Binary files /dev/null and b/docs/assets/images/cp437.png differ diff --git a/docs/assets/images/microknight.png b/docs/assets/images/microknight.png new file mode 100644 index 00000000..831bde19 Binary files /dev/null and b/docs/assets/images/microknight.png differ diff --git a/docs/assets/images/microknight_plus.png b/docs/assets/images/microknight_plus.png new file mode 100644 index 00000000..9bfb7e5a Binary files /dev/null and b/docs/assets/images/microknight_plus.png differ diff --git a/docs/assets/images/mo_soul.png b/docs/assets/images/mo_soul.png new file mode 100644 index 00000000..80dcd60b Binary files /dev/null and b/docs/assets/images/mo_soul.png differ diff --git a/docs/assets/images/pot_noodle.png b/docs/assets/images/pot_noodle.png new file mode 100644 index 00000000..aebfb146 Binary files /dev/null and b/docs/assets/images/pot_noodle.png differ diff --git a/docs/assets/images/topaz.png b/docs/assets/images/topaz.png new file mode 100644 index 00000000..839e6ce4 Binary files /dev/null and b/docs/assets/images/topaz.png differ diff --git a/docs/assets/images/topaz_plus.png b/docs/assets/images/topaz_plus.png new file mode 100644 index 00000000..ba8a1304 Binary files /dev/null and b/docs/assets/images/topaz_plus.png differ