git: 9front

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