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

Switch back to ignoring unhandled C0 bytes.

This "feels" more like what the spec means.
parent bf58917b
No related branches found
No related tags found
No related merge requests found
Pipeline #7958 passed
......@@ -6484,7 +6484,7 @@ CIOLIBEXPORT size_t cterm_write(struct cterminal * cterm, const void *vbuf, int
// "The C0 CHARACTER SET... contain... characters which are not stored or displayed"
// Section 2.3.2, HOLD MOSAIC
// "Generally all control characters are displayed as spaces"
#if 1
#if 0
// Section 2.3.2 holds...
uctputs(cterm, prn);
prn[0]=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment