git: 9front

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