git: 9front

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