Skip to content
Snippets Groups Projects
Commit 470f0171 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Add an extra newline after displaying usage.

parent 85f37c8f
No related branches found
No related tags found
No related merge requests found
Pipeline #7977 failed
...@@ -2294,7 +2294,8 @@ USAGE: ...@@ -2294,7 +2294,8 @@ USAGE:
} }
} }
textattr(WHITE); textattr(WHITE);
if (cio_api.mode != CIOLIB_MODE_ANSI) { cprintf("\n");
else {
cputs("<Press A Key to Exit>"); cputs("<Press A Key to Exit>");
switch (getch()) { switch (getch()) {
case 0: case 0:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment