add: \n after print
This commit is contained in:
parent
933e4614d2
commit
83b4d65eca
@ -6,4 +6,5 @@ cmd_print(text, args)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
putstr([[text + LOCATION_ARRAY] + [text + LOCATION_CURRENT_LINE]]);
|
putstr([[text + LOCATION_ARRAY] + [text + LOCATION_CURRENT_LINE]]);
|
||||||
|
putchar('\n');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user