Files
gw-basic-2026/docs
Eremey Valetov 817c26f55f Fix TUI null-pointer crashes and add DOS build docs
Fix 6 crash paths when TUI screen buffer allocation fails (common on
16-bit DOS due to near-heap exhaustion):
- main.c: REPL and AUTO mode fall back to fgets-based line reader
- tui.c: tui_key_on/off/list return early if tui.screen is NULL

Add DOS build documentation to getting-started.md (16-bit and 32-bit
targets, running on FreeDOS). Fix stale version string (0.14.0 -> 0.16.0).
2026-04-10 10:09:22 -04:00
..