git: 9front

ref: f0a33d3c0df2a0f50e3d6383da3975551bc222e6
dir: /sys/src/cmd/plot/libplot/cfill.c/

View raw version
#include "mplot.h"
void cfill(char *s){
	int k=bcolor(s);
	if(k>=0) e1->backgr=k;
}