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