git: 9front

ref: 4d8b994cf47f2fef7b8664aa6f8a266da560d8bd
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;
}