aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-10 03:30:13 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-10 03:30:13 -0400
commitb4d44860c237c05447f5641f83f19cece2ac9975 (patch)
treefd79e2404405507f35ec2a92804b3d75bd863dab /src/main.c
parentbe4cb6d2a1d1c857fc67eb155788717db167f625 (diff)
downloadfujinet-chat-b4d44860c237c05447f5641f83f19cece2ac9975.tar.gz
really fix the brokenness with MyDOS (close E: device at startup).
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 56fab25..3bed456 100644
--- a/src/main.c
+++ b/src/main.c
@@ -142,6 +142,7 @@ int main(void) {
hz = (GTIA_READ.pal & 0x0e) ? 60 : 50;
+ edbox_clear();
scr_init();
while(1) {