git: 9front

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