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

Add my Prestel test "stuff"

parent 1817c363
No related branches found
No related tags found
No related merge requests found
Pipeline #7960 passed
#include <stdio.h>
int
main(int argc, char **argv)
{
unsigned char ch;
while (fread(&ch, 1, 1, stdin) == 1) {
if (ch == '\x1b') {
if (fread(&ch, 1, 1, stdin) == 1) {
if (ch >= 0x40 && ch <= 0x5f) {
ch &= 0x3f;
ch |= 0x80;
fwrite(&ch, 1, 1, stdout);
}
else {
fprintf(stderr, "Invalid escape 0x%02x\n", ch);
}
}
else {
fputs("read failure\n", stderr);
}
}
else {
fwrite(&ch, 1, 1, stdout);
}
}
}
M Double Height Graphics
2 3 2 3 6 7 6 7
0MW W0LG8MW( W8LG0MW` pLG8MWh x
/\
1MQ! Q1LG9MQ) Q9LG1MQa qLG9MQi y
2MS" S2LGAMS" S:LG2MSb rLGAMSj z
3 S S
3MR# R3LGBMR+ R;LG3MR# sLGBMRk {
Z 4MT$ T4LGCMT, T<LG4MTd tLGCMTl |
7MS T
Z 5MU! U5LGDMU- U=LG5MUe uLGDMUm }
Z 6MV& V6LGEMV. V>LG6MVf vLGEMVn ~
9 S
Z 7MW' W7LGFMW/ W?LG7MWg wLGFMWo 
S
A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@01W^OsSZV^_XDM]CENGINEERING R\L^sUNQOTOG02A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@03~~~~~~~~~~~~~~~~~~~04TZ^sQYU@UAM E]BTest Page \L^RsVXS@WXA05A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@06A@A @ A^ ^ W,SSVVRRRUUQQTTT T@A@A@A@A07~~~~~~~~~~~~~~~~~~~08A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@09~~~~~~~~~~~~~~~~~~~10A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@11~~~~~~~~~~~~~~~~~~~12A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@13~~~~~~~~~~~~~~~~~~~14A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@15~~~~~~~~~~~~~~~~~~~16WhiteCYellowFCyanBGreenEMagentaARedDBluePP!"#S$%&'V()*+R,-./Y0123U4567Q89:;T<=>? !"# $%&' ()*+ ,-./ 0123 4567 89:; <=>? @ABC DEFG HIJK LMNO PQRS TUVW XYZ[ \]^_ `abc defg hijk lmno pqrs tuvw xyz{ |}~T`abcQdefgUhijkRlmnoZpqrsVtuvwSxyz{W|}~CXConcealHFlashC*KKBoxISteadyXGoneJJ?V^
\ No newline at end of file
A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@01W^OsSZV^_XDM]CENGINEERING R\L^sUNQOTOG02A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@03~~~~~~~~~~~~~~~~~~~04TZ^sQYU@UAM E]BTest Page \L^RsVXS@WXA05A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@06A@A @ A^ ^ W,SSVVRRRUUQQTTT T@A@A@A@A07~~~~~~~~~~~~~~~~~~~08A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@09~~~~~~~~~~~~~~~~~~~10A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@11~~~~~~~~~~~~~~~~~~~12A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@13~~~~~~~~~~~~~~~~~~~14A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@A@15~~~~~~~~~~~~~~~~~~~16WhiteCYellowFCyanBGreenEMagentaARedDBlueWZ!"#S$%&'V()*+R,-./Y0123U4567Q89:;T<=>? !"# $%&' ()*+ ,-./ 0123 4567 89:; <=>? @ABC DEFG HIJK LMNO PQRS TUVW XYZ[ \]^_ `abc defg hijk lmno pqrs tuvw xyz{ |}~T`abcQdefgUhijkRlmnoZpqrsVtuvwSxyz{W|}~CXConcealHFlashC*KKBoxISteadyXGoneJJ?V^
\ No newline at end of file
01sENGINEERING s0203~~~~~~~~~~~~~~~~~~~04s Test Page s0506 , 07~~~~~~~~~~~~~~~~~~~0809~~~~~~~~~~~~~~~~~~~1011~~~~~~~~~~~~~~~~~~~1213~~~~~~~~~~~~~~~~~~~1415~~~~~~~~~~~~~~~~~~~16WhiteYellowCyanGreenMagentaRedBlue!"#$%&'()*+,-./0123456789:;<=>? !"# $%&' ()*+ ,-./ 0123 4567 89:; <=>? @ABC DEFG HIJK LMNO PQRS TUVW XYZ[ \]^_ `abc defg hijk lmno pqrs tuvw xyz{ |}~`abcdefghijklmnopqrstuvwxyz{|}~ConcealFlash*BoxSteadyGone?^
\ No newline at end of file
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