add: \n after print

This commit is contained in:
starnakin 2023-07-26 14:18:45 +02:00
parent 933e4614d2
commit 83b4d65eca

View File

@ -6,4 +6,5 @@ cmd_print(text, args)
return 1;
}
putstr([[text + LOCATION_ARRAY] + [text + LOCATION_CURRENT_LINE]]);
putchar('\n');
}