Now actually initializing terminal device via init.
h3rald h3rald@h3rald.com
Fri, 24 Jul 2026 13:10:11 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
xywrun.c
→
xywrun.c
@@ -336,7 +336,7 @@ xyw_device xyw_devices[XYW_TOTAL_DEVICES] = {
// System device {&xyw_memory[0xff00], system_setup, system_input, system_output, 0}, // Terminal device - {&xyw_memory[0xff10], 0, terminal_input, terminal_output, terminal_teardown}, + {&xyw_memory[0xff10], terminal_init, terminal_input, terminal_output, terminal_teardown}, // Clock device {&xyw_memory[0xff20], clock_setup, clock_input, clock_output, 0}, // File device