Mercurial > public > ostc4
comparison Discovery/Inc/gfx_engine.h @ 1076:c87753e73eb8 Icon_Integration
Dev bugfix 50 pixel spacing:
the control char '\007' was used for the new 50 pixel format style. This character was already in use as '\a' invert (same value different spelling) => The 50 pixel format has been switched to the control char '\033' which is not in use.
| author | Ideenmodellierer |
|---|---|
| date | Sun, 22 Feb 2026 21:23:57 +0100 |
| parents | 36fa1c44e597 |
| children |
comparison
equal
deleted
inserted
replaced
| 1075:ef99fff2d2de | 1076:c87753e73eb8 |
|---|---|
| 104 * \017 back to O font | 104 * \017 back to O font |
| 105 * \020 color 0 | 105 * \020 color 0 |
| 106 * ... | 106 * ... |
| 107 * \027 color 8 | 107 * \027 color 8 |
| 108 * \026 color 11 | 108 * \026 color 11 |
| 109 * \033 UNUSED \c ESC | 109 * \033 50 pixel spacing \c ESC |
| 110 * \034 monospaced space large size mode | 110 * \034 monospaced space large size mode |
| 111 * \035 standard space size mode | 111 * \035 standard space size mode |
| 112 * \040 space == begin of text | 112 * \040 space == begin of text |
| 113 * ... | 113 * ... |
| 114 * \x7F = \177 del = space with size of next char | 114 * \x7F = \177 del = space with size of next char |
