git: 9front

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