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