From 83b4d65ecaa3ef4880b7a765dab9bc710dd861ae Mon Sep 17 00:00:00 2001 From: starnakin Date: Wed, 26 Jul 2023 14:18:45 +0200 Subject: [PATCH] add: \n after print --- src/commands/print.🗿 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/print.🗿 b/src/commands/print.🗿 index b45be18..a4cd126 100644 --- a/src/commands/print.🗿 +++ b/src/commands/print.🗿 @@ -6,4 +6,5 @@ cmd_print(text, args) return 1; } putstr([[text + LOCATION_ARRAY] + [text + LOCATION_CURRENT_LINE]]); + putchar('\n'); }