git: 9front

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