xref: /plan9/sys/src/cmd/plot/libplot/cfill.c (revision 3e12c5d1bb89fc02707907988834ef147769ddaf)
1 #include "mplot.h"
cfill(char * s)2 void cfill(char *s){
3 	int k=bcolor(s);
4 	if(k>=0) e1->backgr=k;
5 }
6