Mercurial > public > ostc4
diff 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 |
line wrap: on
line diff
--- a/Discovery/Inc/gfx_engine.h Sun Feb 22 20:00:00 2026 +0100 +++ b/Discovery/Inc/gfx_engine.h Sun Feb 22 21:23:57 2026 +0100 @@ -106,7 +106,7 @@ * ... * \027 color 8 * \026 color 11 - * \033 UNUSED \c ESC + * \033 50 pixel spacing \c ESC * \034 monospaced space large size mode * \035 standard space size mode * \040 space == begin of text
