git: 9front

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