MCPcopy Create free account
hub / github.com/CruiserOne/Astrolog / PrintCh2

Function PrintCh2

general.cpp:1316–1323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1314// something else, if the character encoding is set differently.
1315
1316void PrintCh2(char ch)
1317{
1318 int nCharsetSav = us.nCharset;
1319
1320 us.nCharset = (us.nCharset > ccNone ? ccIBM : ccNone);
1321 PrintCh(ch);
1322 us.nCharset = nCharsetSav;
1323}
1324
1325
1326// Like PrintTab() but ensure line drawing characters aren't converted to

Callers 5

ChartGridRelationFunction · 0.85
PrintWFunction · 0.85
ChartGridFunction · 0.85
ChartWheelFunction · 0.85
ChartMoonsFunction · 0.85

Calls 1

PrintChFunction · 0.85

Tested by

no test coverage detected