#define PUT 0 /* action verbs for putimage */ #define GET 1 /* expand as required */ #define P_STIX 2 #define P_BLACK 3 #define P_WHITE 4 #define P_AND 5 extern unsigned HB[]; /* handles screen manipulation of image fragments */ /* both gets and puts */ putimage(arrayname,width,height,xorg,yorg,action) char *arrayname; int width,height,xorg,yorg,action; { int ctr=0; char *ptr,*ptr2; int temp; int bos=yorg+height; char tempbyte='\x80'; if(action==P_WHITE)tempbyte='\xff'; ptr = (char *)&arrayname[0]; while(yorg