git: 9front

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