git: 9front

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