git: 9front

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