git: 9front

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