whichbit         1185 src/dps8/panelScraper.c             int whichbit = c2 % 8;
whichbit         1186 src/dps8/panelScraper.c             unsigned char bit1 = fontbits & (1 << (/*7 -*/ whichbit));