git: 9front

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