git: 9front

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