| Terminal width |
uint16_t |
80 |
Characters per row |
| Terminal height |
uint16_t |
25 |
Visible rows |
| Scrollback lines |
uint16_t |
1000 |
Lines retained in scrollback buffer |
| Color palette |
uint32_t[16] |
VGA default |
16-color ANSI palette |
| Font size |
uint16_t |
16 |
Font size in points |
| Texture atlas size |
uint16_t |
256 |
Width/height of font texture in pixels |
| Cursor blink |
bool |
true |
Whether cursor blinks |
| Debug level |
enum |
D3TUI_LOG_ERROR |
Minimum log level for output |
| VMU contrast |
uint8_t |
- |
VMU display contrast (0-15) |
| KOS_BASE |
env path |
/opt/toolchains/dc/kos |
KOS installation location |
| SPECTRE_PATH |
env path |
/from/library/polygon/SPECTRE |
SPECTRE library location |
| DEBUG |
env flag |
0 |
Enable/disable debug build |