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